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

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

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

android datamining egs epic epic-games epic-games-api epic-games-launcher epic-games-store free-game free-games free-games-notifier game games games-list ios mobile promotion promotions tracker upcoming-games

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Epic Games Mobile Tracker

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

![Illustration cover][img-cover]

## 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 update.py
```

Alternatively, schedule `update.bat` for frequent runs around the time of the reveal.

## Results

Visit [the website][tracker-website].

## References

- [`woctezuma/epic-games-gift-tracker`][epic-games-gift-tracker]
- [`woctezuma/epic-games-promotion-tracker`][epic-games-promotion-tracker]

[img-cover]:
[python-download-url]:
[tracker-website]:
[epic-games-gift-tracker]:
[epic-games-promotion-tracker]: