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.
Files
todo.txt_telegram/README.md
2021-02-25 21:24:57 +00:00

639 B

this is the old version of the bot!!

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