woctezuma / steam-popular-appids

Find a list of popular Steam appIDs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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.
  • Install the required packages:
pip install -r requirements.txt

Usage

To fetch a list of popular Steam appIDs, run:

python fetch_popular_appids.py

References

About

Find a list of popular Steam appIDs.

License:MIT License


Languages

Language:Python 100.0%