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
2021-03-19 14:33:36 +00:00
src fix remote_task_by_id creating tasks without IDs 2021-03-19 14:28:37 +00:00
.gitignore update start script, readme 2021-03-19 14:33:36 +00:00
readme.md update start script, readme 2021-03-19 14:33:36 +00:00
requirements.txt update requirements 2021-03-19 14:28:51 +00:00
start.sh update start script, readme 2021-03-19 14:33:36 +00:00

todo.txt bot for telegram!

under heavy development

you must have a redis server installed

running

  1. python3 -m venv env

  2. Create config file:

    TOKEN="telegram bot token from bot father"
    
  3. bash start.sh