github Giglium/vinted_scraper 2.0.0

latest releases: 3.1.0, 3.0.1, 3.0.0...
2 years ago
  1. [Breaking change] Now we use the API instead of the web page results #13;
  2. Lower the requirements of the package, now Python >=3.6 is supported #14;
  3. Update the user agents' file.

Porting from 1.x to 2.0.0:

  1. Structured and Raw functions don't exist anymore. You need to create an instance of VintedScraper or VintedWrapper;
  2. get_item(url) function was renamed to item(id) and it doesn't accept and URL anymore but an ID.

Please check the quickstart on the README to see how to use it.

Don't miss a new vinted_scraper release

NewReleases is sending notifications on new releases.