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_telegram/readme.md

17 lines
242 B
Markdown

# todo.txt bot for telegram!
under heavy development
you must have a redis server installed
## running
1. `python3 -m venv env`
1. Create `config` file:
```bash
TOKEN="telegram bot token from bot father"
```
1. `bash start.sh`