1
0
A todo.txt client on telegram
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.
Go to file
2018-09-16 12:59:47 +01:00
src move help.md into src/ 2018-09-16 12:59:47 +01:00
_config.yml Set theme jekyll-theme-minimal 2018-08-09 20:10:42 +01:00
.gitignore add gitignore 2018-06-26 21:31:42 +01:00
docker-compose.example Update docker-compose example file 2018-09-16 12:47:41 +01:00
Dockerfile config can be changed on the fly, moved to volume 2018-09-16 12:44:48 +01:00
LICENSE Create LICENSE 2018-09-04 16:40:12 +01:00
README.md Change readme 2018-09-16 12:57:23 +01:00
requirements.txt Move Tasks module to different package 2018-09-16 12:16:14 +01:00

todo.txt as a Telegram bot

A bot to hold your todo.txt tasks

setup and installation

install

  1. git clone the project or download it
  2. Create bot with @botfather
  3. create YOUR_CONFIG_DIRECTORY/config.json:
    {
        "token": "YOUR_BOT_TOKEN"
    }
    
  4. run cp docker-compose.example docker-compose.yml
  5. run mkdir YOUR_CONFIG_DIRECTORY
  6. run echo {} > YOUR_CONFIG_DIRECTORY/tasks.json
  7. edit docker-compose.yml bot.volumes to match your directory with your tasks
  8. run docker-compose up

commands

See help.md