@sudheesh001 @mariobehling Added the Slack bot for AskSusi, and created a separate folder for it.
This will work in a virtualenv. I did not commit mine. To work with it, just do pip install -r requirements.txt inside your own virtualenv, get the bot token (from me) and copy paste it in config.py, and run python asksusi.py and go to asksusi.slack.com to see Susi in action.
TODO: deploy it on Heroku so that teams can install it freely in their own teams, and it appears under Direct Messages for everyone.
Unless there's a good way to make the deployment methods better in a mixed python & node environment, this pr doesn't really blend in with the codebase.
@sudheesh001 @mariobehling Added the Slack bot for AskSusi, and created a separate folder for it.
This will work in a virtualenv. I did not commit mine. To work with it, just do
pip install -r requirements.txt
inside your own virtualenv, get the bot token (from me) and copy paste it in config.py, and runpython asksusi.py
and go to asksusi.slack.com to see Susi in action.TODO: deploy it on Heroku so that teams can install it freely in their own teams, and it appears under Direct Messages for everyone.