This repository contains Python code to track the numbers of players and ratings on the Epic Games store (EGS).
- Install the latest version of Python 3.X.
- Install the required packages:
pip install -r requirements.txt
Run every day:
python fetch_mappings_for_today.py
python fetch_data_for_today.py
Alternatively:
-
either run every day
epic_games_tracker.ipynb
-
or schedule
update.sh
for daily runs.
To have a retrospective look at days on which some achievements were fixed, run:
python list_all_fixed_trophies.py
Visit the website.