thefakequake / pypartpicker

A Python package that can be used to fetch information from PCPartPicker on products and parts lists.
MIT License
18 stars 8 forks source link

Add response_retriever option to support proxied scraping #12

Closed RobBrazier closed 2 years ago

RobBrazier commented 2 years ago

Added response_retriever option when constructing the Scraper, to make configuring proxies etc. a bit easier (or using something like ScraperBox)

Defaults to the existing standard requests call, just gives some more options!

thefakequake commented 2 years ago

LGTM!