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.
a3ddc41118464921aa32887e5c67ae9227fee637
todo.txt as a Telegram bot
A bot to hold your todo.txt tasks
setup and installation
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" }
- run
cp docker-compose.example docker-compose.yml
- run
mkdir YOUR_TASKS_DIRECTORY
- run
echo {} > YOUR_TASKS_DIRECTORY/tasks.json
- edit
docker-compose.yml
bot.volumes to match your directory with your tasks - run
docker-compose up
commands
See help.md
Description
Languages
Python
96.9%
Shell
3.1%