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.
Note
It is not a client. You cannot interact with steam to make purchase or do actions which requires login.*
- 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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size steamstorefront-0.0.3.8-py2.py3-none-any.whl (14.9 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size steamstorefront-0.0.3.8.tar.gz (21.9 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for steamstorefront-0.0.3.8-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 256b15291132a8363b33f25508f51ba3a669ca230dbf21161d05d1b505204c10 |
|
MD5 | 1d595a062149f9e0d5700bd8d664ba20 |
|
BLAKE2-256 | 7e5cbc048af0ccd789305bc385a53a0f63cc42b8f6f9f190aa8e7f6bfdaff336 |