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:44:48 +01:00
src config can be changed on the fly, moved to volume 2018-09-16 12:44:48 +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.examle Dockerize 2018-09-16 12:37:35 +01:00
Dockerfile config can be changed on the fly, moved to volume 2018-09-16 12:44:48 +01:00
help.md Add fuzzy modes for /do, /undo, /rm, and /priority 2018-09-08 14:19:45 +01:00
LICENSE Create LICENSE 2018-09-04 16:40:12 +01:00
README.md config can be changed on the fly, moved to volume 2018-09-16 12:44:48 +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": "285908433:AAHyxGFXtG37Ox_AvPPYB_J73iNpT7rk1JM"
        , "tasks_file": "./tasks.json"
    }
    
  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