Interface for Vinted front end
Project description
VintedPyInterface
Interface python pour vinted
Installation
Pour installer le module, il suffit de lancer la commande suivante dans le terminal :
```bash
pip install vintedpyinterface
```
Utilisation
Recherche
Pour le moment, la recherche est limitée à la recherche par nom, taille et marque.
```python
from VintedPyInterface import VintedPyInterface, SearchSetting
search = SearchSetting("chaussures", "42", "nike")
vinted = VintedPyInterface()
print(vinted.Search(search))
```
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
File details
Details for the file VintedPyInterface-0.1.0.tar.gz.
File metadata
- Download URL: VintedPyInterface-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7006d4052ecb2f596e8692d1884e0a404f2bf74a457a1e788c029dd81bbfaf35
|
|
| MD5 |
b01cc5a6ecb9d4ae8d0f1ba53d2f4bc8
|
|
| BLAKE2b-256 |
0abd240bae8c242d0e55528c0116a2090d538540f9e69bdbdaf24c74e9788685
|