Currently, supports only RUSSIAN LANGUAGE.
git clone https://github.com/Tabller/DimaBot.git
cd DimaBot
Create a virtual environment
python -m venv venv
source venv/bin/activate
Install the requirements
pip install -r requirements.txt
Configure the environment variables in env. file. For example:
BOT_TOKEN=your_bot_token_here
Launch bot by making a worker/task/service or just use:
python main.py