No commit activity in last 3 years
No release in over 3 years
A Lita handler that allows you manage a link library.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
>= 2.7
 Project Readme

###A Lita handler that allows you manage a JSON link library.

Gem Version

####List of commands:

  • random read => Returns a random entry from the lita link library.

  • give me a gooder => Returns top 3 entries from the lita link library.

  • list library => Returns the entire lita link library.

  • want to read TITLE => Returns the entry with that TITLE from the lita link library.

######The link library itself can be managed by an authorized group of admins. This group is managed by a user defined via the config.robot.admins configuration attribute.

  • Lita auth add USER link_library_admins => Adds USER as a link library admin.

  • Lita auth remove USER link_library_admins => Removes USER from the link library admins group.

  • Lita auth list => Displays all the current authorization groups and their members.

####Commands restricted to library admins:

  • add read LINK|TITLE|DESCRIPTION => Adds a new entry with that LINK, TITLE and DESCRIPTION attributes in the lita link library. Please use the <|>pipe<|> character as a delimiter!

  • remove read TITLE => Removes the entry with that TITLE from the lita link library.

License

MIT