diff --git a/README.md b/README.md new file mode 100644 index 0000000..1bfa597 --- /dev/null +++ b/README.md @@ -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 +```