Lidl Plus api
Project description
This python package is unofficial and is not related in any way to Lidl. It was developed by reversed engineered requests and can stop working at anytime!
Lidl-Plus
Python API for Lidl Plus
Installation
pip install lidl-plus
Usage
You need Google Chrome to run this tool.
Alternatively, you can use the commandline tool lidl-plus to generate a Lidl Plus refresh token once on a device with Google Chrome.
Get tickets
from lidlplus import LidlPlusApi
lidl = LidlPlusApi("DE", "de", refresh_token="XXXXXXXXXX")
for ticket in lidl.tickets():
print(lidl.ticket(ticket["id"]))
Get token
from lidlplus import LidlPlusApi
lidl = LidlPlusApi(language="DE", country="de")
lidl.login(phone="+4915784632296", password="password", verify_token_func=lambda: input("Insert code: "))
print(lidl.refresh_token)
Generate refresh token
Prerequisites
You need to install Google Chrome and the additional package selenium-wire
pip install lidl-plus selenium-wire
Usage
$ lidl-plus auth
Enter lidl plus username (usually a phone number): +4915784632296
Enter lidl plus password:
Enter language (DE, EN, ...): DE
Enter country (de, at, ...): de
Enter verify code: 590287
------------------------- refresh token ------------------------
2D4FC2A699AC703CAB8D017012658234917651203746021A4AA3F735C8A53B7F
----------------------------------------------------------------
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lidl-plus-0.1.0.tar.gz.
File metadata
- Download URL: lidl-plus-0.1.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df47a89c110a8bdbbedbb324543441d914ca3304b3447c804ef001bb3bcd758a
|
|
| MD5 |
74c05e2f90350423dc67d836f03a2c8b
|
|
| BLAKE2b-256 |
005eb43df3e1030244ddf2286c6d28b34fdd3adc32fc4cf9ba19367cdc6e4add
|
File details
Details for the file lidl_plus-0.1.0-py3-none-any.whl.
File metadata
- Download URL: lidl_plus-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0c74c4d8e5aecd586ce12e055430bc94d6be43e40a5fe94e22af7e6c7d17c36
|
|
| MD5 |
88f93958a51230e141415abb79874e61
|
|
| BLAKE2b-256 |
8d0750ff041025d627917e791270ae2f9f57bdec82ef442fd3bfd0adb088ad9e
|