This repository contains Python code to fetch a list of popular Steam appIDs.
I have a comprehensive list of ~30k appIDs, but my web app struggles with it. My objective with this repository is to shorten the list by filtering out the less popular appIDs.
- Install the latest version of Python 3.X.
- Install the required packages:
pip install -r requirements.txt
To fetch a list of popular Steam appIDs, run:
python fetch_popular_appids.py
steam-store-snapshots
: a comprehensive list of appIDs downloaded in January 2021gamedatacrunch
@PyPI: an API to download data through GameDataCrunch APIsteam-svelte-autocomplete
: a single-page app in Svelte to suggest completion of game names