Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

VintedPyInterface-0.1.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page