GameDataCrunch API on PyPI
Project description
gdc: an API for GameDataCrunch
This repository contains Python code to download data through GameDataCrunch API.
Installation
The code is packaged for PyPI, so that the installation consists in running:
pip install gamedatacrunch
Usage
Load data
Data is locally cached to data/%Y%m%d_gamedatacrunch.json
for offline reuse.
import gamedatacrunch as gdc
data = gdc.load()
Load a list of appIDs
For a list of appIDs (int
), without the matching app names:
import gamedatacrunch as gdc
app_ids = gdc.load_app_ids()
Retro-compatibility: Steam API
For retro-compatibility, the output is formatted as with Steam API:
import gamedatacrunch as gdc
data = gdc.load_as_steam_api()
Retro-compatibility: SteamSpy API
For retro-compatibility, the output is formatted as with SteamSpy API:
import gamedatacrunch as gdc
data = gdc.load_as_steamspy_api()
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
gamedatacrunch-0.0.3.tar.gz
(5.6 kB
view hashes)
Built Distribution
Close
Hashes for gamedatacrunch-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6357319b2d23f508dd81c9287cf30a817eb4bbc56089bbe708db3c0cf8374521 |
|
MD5 | 3489a9b6e7f76bb0460b4667699fe2a3 |
|
BLAKE2b-256 | 9f4dfc297749434b8bfc3f7f2b6adc5251e7c98738e54dc4d2a64180965d430a |