Skip to content

Track the numbers of players and ratings on the Epic Games store (EGS).

License

Notifications You must be signed in to change notification settings

woctezuma/epic-games-tracker

Repository files navigation

Epic Games Tracker

This repository contains Python code to track the numbers of players and ratings on the Epic Games store (EGS).

Illustration cover

Disclaimer

Note

As of January 22, 2025, the leak is plugged: numProgressed and numCompleted cannot be directly fetched from Epic Games anymore.

Requirements

  • Install the latest version of Python 3.X.
  • Install the required packages:
pip install -r requirements.txt

Usage

Run every day:

python fetch_mappings_for_today.py
python fetch_data_for_today.py

Alternatively:

To have a retrospective look at days on which some achievements were fixed, run:

python list_all_fixed_trophies.py

Results

Visit the website.

References