https://github.com/lyft/python-omnibot-receiver
Library for use by services that receive messages from omnibot.
https://github.com/lyft/python-omnibot-receiver
lyft
Last synced: 6 months ago
JSON representation
Library for use by services that receive messages from omnibot.
- Host: GitHub
- URL: https://github.com/lyft/python-omnibot-receiver
- Owner: lyft
- License: apache-2.0
- Created: 2019-11-20T22:03:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-28T23:37:32.000Z (8 months ago)
- Last Synced: 2025-05-29T00:35:15.181Z (8 months ago)
- Topics: lyft
- Language: Python
- Homepage:
- Size: 5.67 MB
- Stars: 3
- Watchers: 309
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# python omnibot receiver
This is compatible with Python 2.7 and Python 3.4+.
## Features
This library provides tools to effectively handle messages received from omnibot and to easily respond back to omnibot. Currently it provides an OmnibotRouter class that provides a Flask-like method of routing omnibot messages to functions in your code.
See [docs](https://lyft.github.io/python-omnibot-receiver) for usage, installation, and more detailed API info.