Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 580 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 580 Bytes

Fundgrube

Search remaining stock, floor models, customer returns, etc. of MediaMarkt and SATURN.

Usage

from fundgrube import Fundgrube, Retailer

fundgrube = Fundgrube(retailer=Retailer.MEDIAMARKT)

postings, more_postings_available, url = fundgrube.postings()

See examples.py, or example_discounts.py for further usage examples.