This is a TelegramBot template which acts as a to-do list manager. It keeps the items in the SQLite database and allows a person to add/delete tasks if needed. It allows many persons at once to use it (e.g. your family).
(1) create your Telegram bot (@FatherBot): name the bot and receive your TOKEN (id)
(2) add TOKEN to the .env using dotenv module
(3) how to use:
- find your bot in Telegram (by its username in Search)
- /start - start with the command and launch the bot;
- type the item(-s) and send it to the bot (it will save it)
- /done - using this command you can delete the item from the list(database)