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-08-19 14:29:37 +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 Merge branch 'master' of gitlab.com:alvierahman90/todo.txt_telegram 2018-08-19 14:25:50 +01:00
help.md Fix help.md 2018-08-19 14:29:37 +01:00
README.md Add link to help.md for command in readme 2018-08-09 20:10:03 +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

commands

See help.md

todo

  • favourite commands
  • reminders for tasks with due dates
  • use a real database instead of json files
  • multiple todo lists
  • default filters
  • Task object generates new string on __str__ method instead of relying on accurate updating from functions
  • exporting all tasks