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

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.

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/