Steam Store Front is an easy to use package to get game or app details from steam store.
Project description
Steam Store Front is an easy to use package to get game or app details from steam store.
Free software: MIT license
Documentation: https://steamstorefront.readthedocs.io
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
Release history Release notifications | RSS feed
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)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | e928cae97766c0b53bb759a858bd7883b09ced7266498afec51e79570f7150f4 |
|
MD5 | a8d1a5dd955511ab5302a649a3d50097 |
|
BLAKE2b-256 | 275f3449ed05116ab50b6d37198b8b1f49a3723f4b29fbdfcd60c821d9be7522 |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 256b15291132a8363b33f25508f51ba3a669ca230dbf21161d05d1b505204c10 |
|
MD5 | 1d595a062149f9e0d5700bd8d664ba20 |
|
BLAKE2b-256 | 7e5cbc048af0ccd789305bc385a53a0f63cc42b8f6f9f190aa8e7f6bfdaff336 |