Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 178 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 178 Bytes

celerybot

Example of telegram bot using celery

To run the webapp: python webapp.py

To run the worker: celery worker -A tasks --queues=bot_messages --loglevel=INFO

Have Fun!