olaeseane / dvmn_devman-bot

Telegram bot to notify about task reviews.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Devman bot

User reviews notification via telegram bot.

How to install

Python3 should be already installed. Then use pip (or pip3, if there is a conflict with Python2) to install dependencies:

pip install -r requirements.txt

After setup environment variables in .env file

API_DVMN_TOKEN=access token for API Devman
BOT_MAIN_TOKEN=bot token for notification
BOT_LOGGER_TOKEN=bot-logger token
MY_TELEGRAM_CHAT_ID=chat id to send a message

How to run

python main.py

Project Goals

The code is written for educational purposes on online-course for web-developers dvmn.org.

About

Telegram bot to notify about task reviews.


Languages

Language:Python 100.0%