todolist_tgbot You can find link to working bot through this link https://t.me/picturebook_bot First, you need to download the project to your local machine git clone https://github.com/Temirln/todolist_tgbot/ Then install all required Python libraries pip install -r requirements.txt You need to configure your .env file inroot directory TOKEN=YOUR_TELEGRAM_BOT_TOKEN sqlite_url=sqlite:///tdl.db logger=logger.log Finally, you can run Project from root directory and see the Results python main.py After Starting Bot you can see this following message Clicking button "List All Tasks" you will see all created tasks by you Add Task Done task Delete Task