https://github.com/woctezuma/epic-games-js
JavaScript on the Epic Games store.
https://github.com/woctezuma/epic-games-js
data datamining egs epic epic-games epic-games-api epic-games-launcher epic-games-store epicgames epicgames-api epicgames-launcher epicgames-store graphql graphql-api javascript webpack
Last synced: 8 months ago
JSON representation
JavaScript on the Epic Games store.
- Host: GitHub
- URL: https://github.com/woctezuma/epic-games-js
- Owner: woctezuma
- License: mit
- Created: 2023-12-11T12:07:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T21:16:05.000Z (8 months ago)
- Last Synced: 2025-02-10T22:25:33.876Z (8 months ago)
- Topics: data, datamining, egs, epic, epic-games, epic-games-api, epic-games-launcher, epic-games-store, epicgames, epicgames-api, epicgames-launcher, epicgames-store, graphql, graphql-api, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 6.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Epic Games JS
This repository contains Python code to retrieve data (JSON, JavaScript) from the Epic Games store (EGS).
![Cover][img-cover]
## Requirements
- Install the latest version of [Python 3.X][python-download].
## Usage
- Run the following script to download the JSON file `loadable-stats.json`:
```bash
./download.sh
```- Then run the following script to download the linked JavaScript files:
```bash
python download.py
```[img-cover]: https://github.com/woctezuma/epic-games-js/wiki/img/cover.jpg
[python-download]: https://www.python.org/downloads/