15 lines
334 B
Markdown
15 lines
334 B
Markdown
# tg2
|
|
Python script to get telegram message when new items are available in too good to go
|
|
|
|
### How to setup
|
|
|
|
Install required packages and copy `config.example.py` to `config.py` and fill values.
|
|
|
|
At first run, you will have to complete the login setup by clicking in the link in the email.
|
|
|
|
### How to run
|
|
|
|
```sh
|
|
python main.py
|
|
```
|