1
0
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.
todo.txt_telegram/README.md
2018-09-16 12:57:23 +01:00

599 B

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