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.
701ff42b227107116e87d026f84e6ac197ad7791
todo.txt as a Telegram bot
A bot to hold your todo.txt tasks
setup and installation
install
git clonethe project or download it- Create bot with @botfather
- create
YOUR_CONFIG_DIRECTORY/config.json:{ "token": "YOUR_BOT_TOKEN" } - run
cp docker-compose.example docker-compose.yml - run
mkdir YOUR_CONFIG_DIRECTORY - run
echo {} > YOUR_CONFIG_DIRECTORY/tasks.json - edit
docker-compose.ymlbot.volumes to match your directory with your tasks - run
docker-compose up
commands
See help.md
Description
Languages
Python
96.9%
Shell
3.1%