Getting Start

Badge

https://travis-ci.org/Mirio/psnstoreprice.svg?branch=0.1 Documentation Status

Features

  • Easy to find the price without using the Amazon API
  • Easy to use
  • Python 3.x +
  • Unittest
  • Custom Errors

Installation via Pip

pip install psnstoreprice

Installation from Source

git clone https://github.com/Mirio/psnstoreprice.git
cd psnstoreprice
python setup.py install

Uninstall via Pip

pip uninstall psnstoreprice

Basic usage

Code:

from psnstoreprice import PsnStorePrice

url = "https://store.playstation.com/#!/en-ie/games/earth-defense-force-41-the-shadow-of-new-despair/" \
      "cid=EP4293-CUSA03467_00-EARTHDEFENSEFO41"
pricelib = PsnStorePrice()
print(pricelib.getprice(url))

Output:

$ python example_getprice.py
64.99