App to get the total of my lidl discounts 🐀
PS: Don't care about code quality :)
Check you have installed one of the supported web browser :
- Chromium
- Google Chrome
- Mozilla Firefox
- Microsoft Edge
Install additional dependencies :
python3 -m venv venv
source venv/bin/activate
pip3 install git+https://github.com/yagueto/lidl-plus
pip install -r requirements.txtSet your Lidl Plus credentials in a .env file at the root of the project.
Run the app :
python3 main.pyThis project uses the lidl-plus library by Andre0512 to get Lidl Plus token.
