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).
- Host: GitHub
- URL: https://github.com/woctezuma/epic-games-promotion-tracker
- Owner: woctezuma
- License: mit
- Created: 2022-09-20T09:11:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T16:26:32.000Z (about 1 year ago)
- Last Synced: 2024-04-13T21:17:02.956Z (about 1 year ago)
- Topics: 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
- Language: Python
- Homepage: https://woctezuma.github.io/epic-games-promotion-tracker/
- Size: 6.14 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]: