A Python wrapper for writing bots for originChats.
For local development:
python -m pip install -e .Published/install name:
pip install chats.py- Copy
.env.exampleto.env. - Fill in the required bot credentials.
- Run one of the examples:
python examples/addBot.pyExample imports use the package directly:
from chats_py import Client, Option