Name | pythed JSON |
Version |
0.0.5
JSON |
| download |
home_page | None |
Summary | A vinted api wrapper in python. |
upload_time | 2024-06-28 04:15:44 |
maintainer | None |
docs_url | None |
author | Archithebald |
requires_python | None |
license | None |
keywords |
python
vinted
pypi
api
wrapper
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# 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
Raw data
{
"_id": null,
"home_page": null,
"name": "pythed",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "python, vinted, pypi, api, wrapper",
"author": "Archithebald",
"author_email": "<archithebald@proton.me>",
"download_url": null,
"platform": null,
"description": "\r\n# Vinted App in Python\r\n\r\n\r\n\r\n## Description\r\n\r\n\r\n\r\nThis 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).\r\n\r\n\r\n\r\n## Installation\r\n\r\n\r\n\r\n1. Install package : `pip install pythed`\r\n\r\n\r\n\r\n## Basic example\r\n\r\n\r\n\r\n```\r\n\r\nfrom pythed.app.Vinted import Vinted\r\n\r\n\r\n\r\napp = Vinted()\r\n\r\n\r\n\r\nbrands = app.get_brands(brand_names=[\"Jordan\", \"Nike\"])\r\n\r\nbrand1 = brands[0][\"id\"]\r\n\r\nbrand2 = brands[1][\"id\"]\r\n\r\n\r\n\r\nitems = app.search_items(search_text=\"Jordan\", perPage=1, brand_ids=[brand1, brand2], price_to=15)\r\n\r\n\r\n\r\nprint(items)\r\n\r\n```\r\n\r\n\r\n\r\n## Retrieve similar items \r\n\r\n\r\n\r\n```\r\n\r\nsimilar_items = app.similar_items(item_id=\"4695939285\")\r\n\r\n\r\n\r\nprint(similar_items)\r\n\r\n```\r\n\r\n\r\n\r\n## Emoji Code for commits\r\n\r\n\r\n\r\n- \ud83d\udd04 Updated README file.\r\n\r\n- \ud83d\udee0\ufe0f Created new feature.\r\n\r\n- \ud83d\udc1b Fixed a bug.\r\n\r\n- \u2705 Added tests.\r\n\r\n- \ud83d\udd12\ufe0f Fixed security issues.\r\n\r\n- \ud83d\udd16 New release.\r\n\r\n- \ud83d\udea7 Work in progress.\r\n\r\n- \u2b06\ufe0f Updgraded dependencies.\r\n\r\n- \u2b07\ufe0f Downgraded dependencies.\r\n\r\n- \u267b\ufe0f Refactored code.\r\n\r\n- \u2795 Added a dependency.\r\n\r\n- \u2796 Removedg a dependency.\r\n\r\n- \ud83d\udd27 Changed configuration files.\r\n\r\n- \ud83d\ude48 Updating .gitignore file.\r\n\r\n\r\n\r\n## Contact\r\n\r\n\r\n\r\nDiscord: archibald1789\r\n\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A vinted api wrapper in python.",
"version": "0.0.5",
"project_urls": null,
"split_keywords": [
"python",
" vinted",
" pypi",
" api",
" wrapper"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e69ac26eba7cdde35b3cd2fbdff0e9457b9081115df2db2ab4a7c1a34cfaf0b8",
"md5": "6d7f2b537cfe8d9370aa91e8e6ec8b84",
"sha256": "392b3389e1236a2f8dbfea99f9ee69032dc37a9e3c7f26cba25198795238adde"
},
"downloads": -1,
"filename": "pythed-0.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6d7f2b537cfe8d9370aa91e8e6ec8b84",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 126883,
"upload_time": "2024-06-28T04:15:44",
"upload_time_iso_8601": "2024-06-28T04:15:44.826413Z",
"url": "https://files.pythonhosted.org/packages/e6/9a/c26eba7cdde35b3cd2fbdff0e9457b9081115df2db2ab4a7c1a34cfaf0b8/pythed-0.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-28 04:15:44",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pythed"
}