muly / product-track

online product price and availability tracking
MIT License
0 stars 0 forks source link

framework changes to support multiple methods to retrieve a product availability/price #62

Open muly opened 9 months ago

muly commented 9 months ago

example: if scraping fails, use the supported api function to get the data.

might need changes to product-scrape repo(like returning multiple functions instead of only scraping function). need to think and come up with the design, and implementation.