Create README.md

This commit is contained in:
Brieuc Dubois 2023-03-29 20:05:04 +02:00 committed by GitHub
parent 4ebd98b920
commit ca3dbcb726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

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