tadwohlrapp / soldby

SoldBy – Reveal Sellers on Amazon: See their name, country of origin and rating when browsing Amazon.
MIT License
53 stars 5 forks source link

Check for timestamp of stored items and re-fetch if item is outdated #13

Closed tadwohlrapp closed 2 years ago

tadwohlrapp commented 2 years ago

Stored sellers and ASINs have a timestamp property, which indicates when the item was written to storage.

But there is yet no check for the age of a stored item.

ASIN items should be re-fetched after 24 hours, seller items should be re-fetched after a week (maybe configurable in options?).