The bot allows you to make a list of tasks and display their status. It is also possible to add daily tasks for easier tracking. The bot can help you not forget about the reward you have assigned, which you will receive for completing the task.
-
Create a bot via BotFather.
-
Clone this repository.
-
Create and activate the virtual enviroment:
Windows:
py -m venv .venv
& .venv/scripts/activate.ps1
UNIX:
python3 -m venv .venv
source .venv/scripts/activate.ps1
- Install the requirements:
pip install -r requirements.txt
- Change directory to src folder:
cd src
- Create .env file in src folder and paste the received bot token in key
BOT_TOKEN
:
BOT_TOKEN=YOUR_API_TOKEN
- Start bot:
python main.py
Code is licensed under the MIT license.