Skip to main content

Steam Store Front is an easy to use package to get game or app details from steam store.

Project description

https://img.shields.io/pypi/v/steamstorefront.svg?style=flat-square https://img.shields.io/travis/com/santoshpanna/steamstorefront?style=flat-square Documentation Status

Steam Store Front is an easy to use package to get game or app details from steam store.

Features

  • Supports apps

  • Supports packages

  • Supports bundles

Todo

  • more details about app from other souces

  • support for pages like developers, publishers, sales etc

Installation

pip install steamstorefront

Usage

Constructor:

import steamstorefront

ssf = steamstorefront.SteamStoreFront(appid=203160, category="app")

ssf.getName()
ssf.getPrice()

Function:

from steamstorefront import SteamStoreFront

ssf = SteamStoreFront()

ssf.getName(appid=203160, category="app")
ssf.getPrice(appid=203160, category="app")

When quering data for same app:

from steamstorefront import SteamStoreFront

ssf = SteamStoreFront()

ssf.getName(appid=203160, category="app")
# it stores the appid and category so no need to pass it twice
ssf.getPrice()

When quering for different app:

from steamstorefront import SteamStoreFront

ssf = SteamStoreFront()

ssf.getName(appid=203160, category="app")
ssf.getName(appid=730, category="app")

Credits

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

steamstorefront-0.0.3.4.tar.gz (21.5 kB view hashes)

Uploaded Source

Built Distribution

steamstorefront-0.0.3.4-py2.py3-none-any.whl (14.5 kB view hashes)

Uploaded Python 2 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