From ca3dbcb72692ab403631e3e79e6625c87ec482c7 Mon Sep 17 00:00:00 2001 From: Brieuc Dubois Date: Wed, 29 Mar 2023 20:05:04 +0200 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md 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 +```