Skip to main content

Python API wrapper for Yahoo! ショッピング

Project description

Yahoo Shopping

CI Status Documentation Status Test coverage percentage

Poetry black pre-commit

PyPI Version Supported Python versions License


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


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)

Uploaded Source

Built Distribution

yahoo_shopping-0.1.0-py3-none-any.whl (14.7 kB view hashes)

Uploaded Python 3

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