Create README.md
This commit is contained in:
parent
4ebd98b920
commit
ca3dbcb726
|
@ -0,0 +1,14 @@
|
||||||
|
# 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
|
||||||
|
```
|
Loading…
Reference in New Issue