Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T13:52:24.000Z (about 1 year ago)
- Last Synced: 2023-12-31T14:35:02.179Z (about 1 year ago)
- Topics: game, games, popular, popularity, steam, steam-game, steam-games
- Language: Python
- Homepage:
- Size: 1.01 MB
- Stars: 2
- Watchers: 2
- 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]: