# 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
```