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
data = 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.2.tar.gz
(5.5 kB
view hashes)
Built Distribution
Close
Hashes for gamedatacrunch-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | acf0d30d23457433d2b77c15b99a0a7a78e695de623e77c7abb760a3391c2d8c |
|
MD5 | ef92fbbb55f5f6a9305c10bf0bae978b |
|
BLAKE2b-256 | 380ab6d2ecdaaebec8f821786de545d168a4d48e8c2f1a83051f4646647f6da1 |