bartlomiejduda / BDAlertBot

Telegram bot for sending customized alerts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Telegram bot for sending customized alerts

License:GNU General Public License v3.0


Languages

Language:Python 99.7%Language:Procfile 0.3%