Skip to main content

A vinted api wrapper in python.

Project description

Vinted App in Python

Description

This is a Vinted Api Wrapper which you can use in python for various projects in which you need to include some vinted features (e.g : Searching items based on query).

Installation

  1. Install package : pip install pythed

Basic example


from pythed.app.Vinted import Vinted



app = Vinted()



brands = app.get_brands(brand_names=["Jordan", "Nike"])

brand1 = brands[0]["id"]

brand2 = brands[1]["id"]



items = app.search_items(search_text="Jordan", perPage=1, brand_ids=[brand1, brand2], price_to=15)



print(items)

Retrieve similar items


similar_items = app.similar_items(item_id="4695939285")



print(similar_items)

Emoji Code for commits

  • 🔄 Updated README file.

  • 🛠️ Created new feature.

  • 🐛 Fixed a bug.

  • ✅ Added tests.

  • 🔒️ Fixed security issues.

  • 🔖 New release.

  • 🚧 Work in progress.

  • ⬆️ Updgraded dependencies.

  • ⬇️ Downgraded dependencies.

  • ♻️ Refactored code.

  • ➕ Added a dependency.

  • ➖ Removedg a dependency.

  • 🔧 Changed configuration files.

  • 🙈 Updating .gitignore file.

Contact

Discord: archibald1789

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pythed-0.0.5-py3-none-any.whl (126.9 kB view details)

Uploaded Python 3

File details

Details for the file pythed-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: pythed-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 126.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for pythed-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 392b3389e1236a2f8dbfea99f9ee69032dc37a9e3c7f26cba25198795238adde
MD5 6d7f2b537cfe8d9370aa91e8e6ec8b84
BLAKE2b-256 e69ac26eba7cdde35b3cd2fbdff0e9457b9081115df2db2ab4a7c1a34cfaf0b8

See more details on using hashes here.

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