An open API service indexing awesome lists of open source software.

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.

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.