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.8.tar.gz (21.9 kB view details)

Uploaded Source

Built Distribution

steamstorefront-0.0.3.8-py2.py3-none-any.whl (14.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file steamstorefront-0.0.3.8.tar.gz.

File metadata

  • Download URL: steamstorefront-0.0.3.8.tar.gz
  • Upload date:
  • Size: 21.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.0

File hashes

Hashes for steamstorefront-0.0.3.8.tar.gz
Algorithm Hash digest
SHA256 e928cae97766c0b53bb759a858bd7883b09ced7266498afec51e79570f7150f4
MD5 a8d1a5dd955511ab5302a649a3d50097
BLAKE2b-256 275f3449ed05116ab50b6d37198b8b1f49a3723f4b29fbdfcd60c821d9be7522

See more details on using hashes here.

File details

Details for the file steamstorefront-0.0.3.8-py2.py3-none-any.whl.

File metadata

  • Download URL: steamstorefront-0.0.3.8-py2.py3-none-any.whl
  • Upload date:
  • Size: 14.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.0

File hashes

Hashes for steamstorefront-0.0.3.8-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 256b15291132a8363b33f25508f51ba3a669ca230dbf21161d05d1b505204c10
MD5 1d595a062149f9e0d5700bd8d664ba20
BLAKE2b-256 7e5cbc048af0ccd789305bc385a53a0f63cc42b8f6f9f190aa8e7f6bfdaff336

See more details on using hashes here.

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