Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lidl-plus-0.1.0.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

lidl_plus-0.1.0-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page