EGS: 15 Days of Games
This repository contains Python code to data-mine the 15 Days of (free) Games at the Epic Games Store (EGS).
Requirements
- Install the latest version of Python 3.X.
- Install the required packages:
pip install -r requirements.txt
Usage
To download data of upcoming promotions:
python download_data.py
To filter promotions to focus on potential free games:
python filter_promotions.py
Results
Results are shown on the Wiki.
References
API documentation:
SD4RK/epicstore_api
: a Python wrapper for the EGS API,Tectors/EpicGraphql
: a documentation of GraphQL queries for the EGS API,
Data leaks:
egs-datamining
: datamining of Epic Games Store (EGS),geforce-leak
: datamining of Nvidia's GeForce NOW (GFN),
GraphQL advice:
- A few pieces of advice regarding GraphQL.