scripts/bots/reactions/README.md

17 lines
307 B
Markdown
Raw Normal View History

2023-08-18 13:14:08 +03:00
# reaction sorter
script to sort the highest rated(telegram reactions) posts from channels
### Installation
get api_id and api_hash at https://my.telegram.org/apps
```shell
$ pip install -r requirements.txt
$ export api_id=123
$ export api_hash=abcdef....
```
### Run
```shell
$ python3 reactions.py
```