zmoog / refurbished

Python packace to access the products information available on the Apple Certified Refurbished section of the Apple Store.
MIT License
11 stars 3 forks source link

Add --max-price and --max-previous-price options #92

Closed zmoog closed 1 year ago

zmoog commented 1 year ago

Sometimes you want to search for product with a max price (or previous price) ceiling. Budget anyone?

Here's an example:

$ rfrb it ipads --max-price 500
559.00 479.00 80.00 (14.311270125223613%) iPad Air Wi-Fi 64GB ricondizionato - Oro (terza generazione)

Grep is fine, but something built in is minimum we should offer.