A todo.txt client on telegram
src | ||
_config.yml | ||
.gitignore | ||
docker-compose.example | ||
Dockerfile | ||
help.md | ||
LICENSE | ||
README.md | ||
requirements.txt |
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
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.yml
bot.volumes to match your directory with your tasks - run
docker-compose up
commands
See help.md