Skip to content

Temirln/todolist_tgbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

image

Clicking button "List All Tasks" you will see all created tasks by you

image

Add Task

image

Done task

image

Delete Task

image