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-08 14:55:28 +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
bot.py Integrate rm_task into rm_tasks to remove a function 2018-09-08 14:22:06 +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 Add install instructions to readme, remove todo list from readme 2018-09-08 14:55:28 +01:00
Task_tests.py Change priority to always upper case 2018-08-09 20:02:44 +01:00
Task.py Change priority to always upper case 2018-08-09 20:02:44 +01:00

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