- [Breaking change] Now we use the API instead of the web page results #13;
- Lower the requirements of the package, now Python >=3.6 is supported #14;
- Update the user agents' file.
Porting from 1.x to 2.0.0:
StructuredandRawfunctions don't exist anymore. You need to create an instance ofVintedScraperorVintedWrapper;get_item(url)function was renamed toitem(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.