Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.77 KB

README.md

File metadata and controls

59 lines (42 loc) · 1.77 KB

Epic Games Tracker

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

Illustration cover

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