Une description de votre bibliothèque
Project description
Vinted-Api-Wrapper
Simple python package that uses the Vinted API to search new posts.
Install
Simpely install package using pip :
pip install Vinted_api_scraper
Example
from Vinted_api_scraper import Vinted
vinted = Vinted()
# search(url, number_of_items, page_number)
items = vinted.items.search("https://www.vinted.fr/vetement?order=newest_first&price_to=60¤cy=EUR",10,1)
#returns a list of objects: item
You can access Item attributes as shown here:
item1 = items[0]
#title
item1.title
#id
item1.id
#photo url
item1.photo
#brand
item1.brand_title
#price
item1.price
#url
item1.url
#currency
item1.currency
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Vinted_api_scraper-0.3.0.tar.gz.
File metadata
- Download URL: Vinted_api_scraper-0.3.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9a7c6def324256dc9e42f3c883aa4b181b3b86bd045b57bb0793b9113622eac
|
|
| MD5 |
d863ed326c671e79bce2e212f2b9994e
|
|
| BLAKE2b-256 |
0a8e083fb671fbdb2fa0299f9ec2f87c2126ac440f8875cfa7ca44f5cb240d17
|
File details
Details for the file Vinted_api_scraper-0.3.0-py3-none-any.whl.
File metadata
- Download URL: Vinted_api_scraper-0.3.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a2fcbe8535f95fffc0f624d5b97c023aa29ccfeef9d6d8641b99d10244df53b
|
|
| MD5 |
9b2e7b6cc4f822acb8ce0a78b4bc7d63
|
|
| BLAKE2b-256 |
8f4364fa937204d1e4fe8ade3ea0b177b5078111c8de21f436cf63a746fa6e50
|