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).
- Host: GitHub
- URL: https://github.com/woctezuma/epic-games-mobile-tracker
- Owner: woctezuma
- License: mit
- Created: 2025-03-27T13:36:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T13:46:34.000Z (3 months ago)
- Last Synced: 2025-03-27T14:47:38.513Z (3 months ago)
- Topics: 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
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]: