Skip to main content

No project description provided

Project description

Nintendo Eshop Prices

Available resources

  • Search
  • Get prices from URL
  • Get prices
  • Get top discounts
  • Get availables currencies

Install

$ pip install eshop-prices

contribute

Clone the repository project:

$ git clone https://github.com/hudsonbrendon/eshop-prices.git

Make sure Poetry is installed, otherwise:

$ pip install -U poetry

Install the dependencies:

$ poetry install

To run the tests:

$ pytest

Usage

Search

from eshop_prices import EshopPrices

eshop = EshopPrices(currency="BRL")
eshop.search("Zelda")

Get prices from url

from eshop_prices import EshopPrices

eshop = EshopPrices(currency="BRL")
eshop.get_prices_from_url("/games/164-mario-kart-8-deluxe/")

Get prices

from eshop_prices import EshopPrices

eshop = EshopPrices(currency="BRL")
eshop.get_prices("Zelda")

Get top discounts

from eshop_prices import EshopPrices

eshop = EshopPrices(currency="BRL")
eshop.get_top_discounts()

Get available currencies

from eshop_prices import EshopPrices

eshop = EshopPrices(currency="BRL")
eshop.get_available_currencies()

Dependencies

License

MIT

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

eshop_prices-0.1.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

eshop_prices-0.1.0-py3-none-any.whl (3.4 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