fossasia / susi_slackbot

Ask Susi Messengers http://susi.ai
GNU Lesser General Public License v2.1
1.51k stars 26 forks source link

Slack Bot #10

Closed shivenmian closed 8 years ago

shivenmian commented 8 years ago

@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.

sudheesh001 commented 8 years ago

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.

shivenmian commented 8 years ago

Sure, I'll write it in JS.