Yakov_tg_bot
1.0.0
This Telegram helper bot is designed to simplify daily routines, it implements basic functionality of Telegram Bot API.
requirements.txtEnvironmental variables example template could be found in .env.example file.
Set WEBHOOK_FLAG to 1 for running on Heroku (also need to specify BOT_LINK and PORT if so) and 0 for running
locally.
Bot currently uses some predefined data. So you need to populate your database before
running bot. Just run setup.py from project root. Or do nothing if docker used.
$ python3 ./src/setup.py
# or for Windows
$ py ./src/setup.pyOR
$ docker-compose up # If you want to use via Docker Before starting your contribution read the CONTRIBUTING.md file.