https://github.com/woctezuma/steam-popular-appids
Find a list of popular Steam appIDs.
https://github.com/woctezuma/steam-popular-appids
game games popular popularity steam steam-game steam-games
Last synced: 7 months ago
JSON representation
Find a list of popular Steam appIDs.
- Host: GitHub
- URL: https://github.com/woctezuma/steam-popular-appids
- Owner: woctezuma
- License: mit
- Created: 2021-01-22T14:37:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T13:52:24.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T17:12:35.790Z (9 months ago)
- Topics: game, games, popular, popularity, steam, steam-game, steam-games
- Language: Python
- Homepage:
- Size: 1.01 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Steam Popular AppIDs
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][steam-autocomplete] struggles with it. My objective with
this repository is to shorten the list by filtering out the less popular appIDs.
## Requirements
- Install the latest version of [Python 3.X](https://www.python.org/downloads/).
- Install the required packages:
```bash
pip install -r requirements.txt
```
## Usage
To fetch a list of popular Steam appIDs, run:
```bash
python fetch_popular_appids.py
```
## References
- [`steam-store-snapshots`][steam-snapshot]: a comprehensive list of appIDs downloaded in January 2021
- [`gamedatacrunch`][github-gdc]@[PyPI][pypi-gdc]: an API to download data through [GameDataCrunch API][web-gdc]
- [`steam-svelte-autocomplete`][steam-autocomplete]: a single-page app in Svelte to suggest completion of game names
[steam-snapshot]:
[github-gdc]:
[pypi-gdc]:
[web-gdc]:
[steam-autocomplete]: