omnibot-receiver

Library for use by services that receive messages from omnibot.


Keywords
lyft
License
Apache-2.0
Install
pip install omnibot-receiver==3.1.4

Documentation

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 for usage, installation, and more detailed API info.