@TODO: Consider changing name to Lingo
or lingo-bot
;
A slack chatbot for acronym lookups.
Great for helping n00bs or maybe your org has lots of acronyms.
This app uses slash commands. After adding to your team, simply type one of the below /slash
command signatures into chat:
case insensitve, off by a char or two is OK,
/define RTR
returns:
RTR: Roll Tide Roll
/define abc Alabama Beverage Control
/define remove abc
returns:
Removed
ABC => Alabama Beverage Control
/define import <pathToCSV>
or
/define import <pathToCSV> append
Note: how to tackel storage?
BotKit offers some storage mechanisms.... but heroku does not allow node apps access to the filesystem. There's always something else.... but do NOT make managing consistency b/n the master on github and noSQL or in-memmory options