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
yahoo_shopping-0.1.0.tar.gz
(16.7 kB
view hashes)
Built Distribution
Close
Hashes for yahoo_shopping-0.1.0-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 8685b3a491920bd55e777d7e16c592f0f89cc26ec2ff8c97e4fff44c3f09c637 |
|
| MD5 | 847785129ba0562c5a4eae0c46eabd86 |
|
| BLAKE2b-256 | 9ab731675148e26d2a0b4c9e277a969190795640285408d024d33e63620c22e4 |