Telegram bot for sending customized alerts to users.
Contact @bduda_admin_bot on Telegram to see this bot in action.
Type /help in message window to get a list of commands.
- Install Python 3.7.0
- Install PyCharm 2021.3.2 (Community Edition)
- Create virtualenv and activate it
- python3 -m venv \path\to\new\virtual\environment
- .\venv\Scripts\activate.bat
- Install all libraries from requirements.txt
- pip3 install -r requirements.txt
- Set all required environment variables (see env.py for more info)
- Run the src\main.py file
This app is designed to be deployed on heroku.com cloud platform.
// TODO