Supermarket Mobile API Connector
Project description
Supermarket-connector
Simple api-clients for different supermarket mobile apis.
from supermarket_connector.nl.albert_heijn import Client
ah_client = Client()
ah_categories = ah_client.categories.list()
ah_products_category = ah_client.products.list(ah_categories[1234])
print(ah_products_category_1[20198].details())
This api-client allows you to access all data find within the mobile api of the supermarket. This can be used to check prices, promotions or for instance alergies.
Installing
Supermarket-connector is available on PyPI:
python -m pip install supermarket-connector
Supermarket-connector is build for python 3.9+.
Current supermarkets connected
- Dutch
- Albert Heijn
- Jumbo
- Picnic
Features
- List all categories
- List sub-categories of category
- Find category based on id or name
- List all products
- List products by category
- Give details of product
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
File details
Details for the file supermarket-connector-0.0.26.tar.gz.
File metadata
- Download URL: supermarket-connector-0.0.26.tar.gz
- Upload date:
- Size: 37.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
375f556ed6e47fb5021cb5bdfbdb0db2daaa477062e5d2d067f65c64ff0bf1cc
|
|
| MD5 |
768fbe2225315136faf29e103d754995
|
|
| BLAKE2b-256 |
e299ed13dbad311f5b975516a42553998888ddd3c963d3c6b08cc29dd2ad83a8
|