This repository has been archived on 2021-07-27 . You can view files and clone it, but cannot push or open issues or pull requests.
todo.txt as a Telegram bot
A bot to hold your todo.txt tasks
setup and installation
requirements
- fuzzywuzzy
- telepot
install
git clone
the project or download it- Create bot with @botfather
- create
config.json
in root directory of project:{ "token": "285908433:AAHyxGFXtG37Ox_AvPPYB_J73iNpT7rk1JM" , "tasks_file": "./tasks.json" }
cd
to project directory- run
bot.py
commands
See help.md
Description
Languages
Python
96.9%
Shell
3.1%