A todo.txt client on telegram
_config.yml | ||
.gitignore | ||
bot.py | ||
help.md | ||
LICENSE | ||
README.md | ||
requirements.txt |
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