Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 515 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 515 Bytes

python-telegram-dialog-bot

Simple API for Python bots with complicated dialogs.

Install

python3 -m virtualenv venv
source venv/bin/activate
python3 setup.py install

Use

See full_demo.py for Python 3 usage example and persistent_demo.py for Stackless Python usage example.