Python API wrapper for Yahoo! ショッピング
Project description
Yahoo Shopping
Documentation: https://yahoo-shopping.readthedocs.io
Source Code: https://github.com/34j/yahoo-shopping
Python API wrapper for Yahoo!ショッピング.
転売目的でのご利用、各種利用規約違反、過度なリクエストはお控えいただくようお願い申し上げます。
Installation
Install this via pip (or your favourite package manager):
pip install yahoo-shopping
Usage
CLI
yahoo-shopping --help
yahoo-shopping itemsearch --help
yahoo-shopping itemsearch --query="Python" --results=1
Python
import asyncio
from rich import print
from yahoo_shopping import YahooShopping
async def main():
async with YahooShopping() as ys:
result = await ys.itemSearch(query="Python", results=1)
print(result)
asyncio.run(main())
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Credits
This package was created with Copier and the browniebroke/pypackage-template project template.
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 yahoo_shopping-0.1.0.tar.gz.
File metadata
- Download URL: yahoo_shopping-0.1.0.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe9d5d8f146bd7d5eb2e02d15afd45cd7db9fff9cc0a3495f7e0fe6472f04b5d
|
|
| MD5 |
1cf23fc13acc851ab58fe1e5bd2450c2
|
|
| BLAKE2b-256 |
c2032736e2d7e6503f9e9048c9b7fa0bb1993c904406cd612a80123e10b6f942
|
File details
Details for the file yahoo_shopping-0.1.0-py3-none-any.whl.
File metadata
- Download URL: yahoo_shopping-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8685b3a491920bd55e777d7e16c592f0f89cc26ec2ff8c97e4fff44c3f09c637
|
|
| MD5 |
847785129ba0562c5a4eae0c46eabd86
|
|
| BLAKE2b-256 |
9ab731675148e26d2a0b4c9e277a969190795640285408d024d33e63620c22e4
|