This repository contains Python code to track the numbers of players and ratings on the Epic Games store (EGS).
Note
As of January 22, 2025, the leak is plugged: numProgressed and numCompleted cannot be directly fetched from Epic Games anymore.
- Install the latest version of Python 3.X.
- Install the required packages:
pip install -r requirements.txtRun every day:
python fetch_mappings_for_today.pypython fetch_data_for_today.pyAlternatively:
-
either run every day
epic_games_tracker.ipynb -
or schedule
update.shfor daily runs.
To have a retrospective look at days on which some achievements were fixed, run:
python list_all_fixed_trophies.pyVisit the website.