mirror of
https://github.com/Alexander-D-Karpov/scripts.git
synced 2024-11-22 20:06:33 +03:00
17 lines
307 B
Markdown
17 lines
307 B
Markdown
# 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
|
|
```
|