Skip to content

tiomchik/task-factory-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Factory Telegram bot (RU)

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.

How to start the project

  1. Create a bot via BotFather.

  2. Clone this repository.

  3. 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
  1. Install the requirements:
pip install -r requirements.txt
  1. Change directory to src folder:
cd src
  1. Create .env file in src folder and paste the received bot token in key BOT_TOKEN:
BOT_TOKEN=YOUR_API_TOKEN
  1. Start bot:
python main.py

License

Code is licensed under the MIT license.