prijsoog 0.1.7

Creator: railscoder56

Last updated:

Add to Cart

Description:

prijsoog 0.1.7

Prijsoog



This is a simple hobby project which main focus is to get familiar with webscraping, Sphinx documentation and PyPi deployment. I do not take any responsibility for possible site bans due to excessive page requests.
Prijsoog provides an easy-to-use api for retrieving product-price combinations for specific grocery items in Dutch supermarkets. You can pass a grocery-related query to Prijsoog’s search functionality to obtain a supermarket-depended list of related grocery items. Prijsoog sends a GET request to a selected set of the biggest Dutch supermarkets, and retrieves the top N products most relevant for your query. In order to assure fair use of their server capacity, Prijsoog’s defaults to a delay time of 5 seconds between queries.

Installation
Install the latest version of Prijsoog via Pypi:
pip install prijsoog


Quick Demo
See following example
import prijsoog

# Show Albert Heijn results for "kiwi"
AH = prijsoog.AhWatcher()
products = AH.search("kiwi")
print(products)

# Show Jumbo results for "kiwi"
Jumbo = prijsoog.JumboWatcher()
products = Jumbo.search("kiwi")
print(products)

Free software: MIT license
Documentation: https://prijsoog.readthedocs.io



Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.



History

0.1.5-0.1.7 (2021-10-16)

Fix PyPi deployment



0.1.1-0.1.4 (2021-10-15)

Teething problems
Automatic PyPI deployment



0.1.0 (2021-10-10)

First release on PyPI.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.