https://github.com/lyft/omnibot
One slackbot to rule them all
https://github.com/lyft/omnibot
lyft
Last synced: about 1 year ago
JSON representation
One slackbot to rule them all
- Host: GitHub
- URL: https://github.com/lyft/omnibot
- Owner: lyft
- License: apache-2.0
- Created: 2019-11-20T22:06:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T16:39:25.000Z (over 1 year ago)
- Last Synced: 2025-04-02T07:41:27.100Z (about 1 year ago)
- Topics: lyft
- Language: Python
- Homepage:
- Size: 7.21 MB
- Stars: 86
- Watchers: 306
- Forks: 10
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- open-production-web-projects - Omnibot - One slackbot to rule them all (Python / Flask)
README
# omnibot
omnibot is a Slack proxy that can route Slack events to various ``handlers``. ``handlers`` match different types of Slack events and send them to callbacks, which are pluggable python modules. For the most part, all you need to do is to configure omnibot to route messages via your handlers, and return a list of actions for omnibot to take on a bot's behalf.
## Docs
For more detailed information, please see [the docs](https://lyft.github.io/omnibot).