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 as a Telegram bot

A bot to hold your todo.txt tasks

setup and installation

requirements

  • fuzzywuzzy
  • telepot

install

  1. git clone the project or download it
  2. Create bot with @botfather
  3. create config.json in root directory of project:
    {
        "token": "285908433:AAHyxGFXtG37Ox_AvPPYB_J73iNpT7rk1JM"
        , "tasks_file": "./tasks.json"
    }
    
  4. cd to project directory
  5. run bot.py

commands

See help.md

Description
A todo.txt client on telegram
Readme 139 KiB
Languages
Python 96.9%
Shell 3.1%