/steamstoreprice

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

SteamStorePrice

This module find the price from url given

Build Status PyPI Github All Releases Documentation Status Coverage Status

Link

Documentation: http://steamstoreprice.readthedocs.org/

Bug Tracker: https://github.com/Mirio/steamstoreprice/issues

GitHub: https://github.com/Mirio/steamstoreprice

Requirement

Python 3.x

Python Library = [ 'requests', 'beautifulsoup4' ]

How to install

pip install steamstoreprice

Install from source

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

Getting Started

Example:

from steamstoreprice import SteamStorePrice

url = "http://store.steampowered.com/app/349040/"
pricelib = SteamStorePrice()
print(pricelib.getprice(url))

Output:

$ python example_getprice.py
49.99