woctezuma / epic-games-tracker

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

Home Page:https://woctezuma.github.io/epic-games-tracker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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