Skip to content
forked from amirtoole/slackbot

Slackbot that can receive custom commands such as current weather for any city in Canada

License

Notifications You must be signed in to change notification settings

py-yyc/slackbot

 
 

Repository files navigation

Steps to setup:

Slack Registration:

  1. Regsiter for an account: https://api.slack.com/
  2. Create an app
  3. Register a bot user: https://api.slack.com/bot-users
  4. https://${slack-team}.slack.com/apps/manage/custom-integrations
  5. Update slackbot_settings.py with appropriate API_TOKEN

Development Setup:

  1. Python 3+
  2. pip install -r requirements.txt
  3. python main.py
  4. tests found in tests

Private message commands:

  1. hi!
  2. weather ${city} Preview

Presentation

Credits:

About

Slackbot that can receive custom commands such as current weather for any city in Canada

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.3%
  • Python 0.7%