An open API service indexing awesome lists of open source software.

https://github.com/woctezuma/epic-games-promotion-tracker

Track the upcoming promotional offers on the Epic Games store (EGS).
https://github.com/woctezuma/epic-games-promotion-tracker

15daysofgames datamining egs epic epic-games epic-games-launcher epic-games-store free-game free-games free-games-notifier game games games-list graphql metaverse promotion promotions ranking tracker upcoming-games

Last synced: 6 days ago
JSON representation

Track the upcoming promotional offers on the Epic Games store (EGS).

Awesome Lists containing this project

README

        

# Epic Games Promotion Tracker

This repository contains Python code to track upcoming promotions on the Epic Games store (EGS).

![Illustration cover][img-cover]

## Disclaimer

> [!Note]
> As of April 26, 2024, the leak is plugged: upcoming promotions (aside from giveaways) cannot be fetched from Epic Games anymore.

## Requirements

- Install the latest version of [Python 3.X][python-download-url].
- Install the required packages:

```bash
pip install -r requirements.txt
```

## Usage

Run:
```bash
python fetch_data_for_today.py
```

Alternatively, schedule `update.bat` for daily runs.

## Results

Visit [the website][tracker-website].

## References

- [`woctezuma/egs-15DaysofGames`][egs-15DaysofGames]
- [`woctezuma/epic-games-tracker`][epic-games-tracker]

[img-cover]:
[python-download-url]:
[tracker-website]:
[egs-15DaysofGames]:
[epic-games-tracker]: