Skip to content

bartlomiejduda/BDAlertBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BDAlertBot

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.

Building on Windows

  1. Install Python 3.7.0
  2. Install PyCharm 2021.3.2 (Community Edition)
  3. Create virtualenv and activate it
    • python3 -m venv \path\to\new\virtual\environment
    • .\venv\Scripts\activate.bat
  4. Install all libraries from requirements.txt
    • pip3 install -r requirements.txt
  5. Set all required environment variables (see env.py for more info)
  6. Run the src\main.py file

Deploying on Heroku

This app is designed to be deployed on heroku.com cloud platform.

// TODO