Skip to main content

A Mercadona SDK for Python to track product prices, amounts, and more.

Project description


mercapy
🛍️ mercapy

A Mercadona SDK for Python to track product prices, amounts, and more.

🔧 How to use it

First of all, install the package using:

pip install mercapy

Now you can start tracking multiple product's prices, availability, weight, etc.

from mercapy import Product

water = Product("27335")
print(water.ean)
print(water.price)
print(water.origin)

And you can also get other recommended products:

# Get recommended product's prices
recommeded = water.get_recommended()
for product in recommeded:
    print(product.price)

🙋‍♂️ You may also like...

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

mercapy-0.1.0.tar.gz (6.8 kB view hashes)

Uploaded Source

Built Distribution

mercapy-0.1.0-py3-none-any.whl (7.6 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