A Simple Terminal Wrapper script for the GwentApi to extract a local JSON.
Just Make Sure you have python3 and pip3 instaled on the PC:
$ sudo apt-get install python3.6
$ sudo apt-get -y install python3-pip
Just follow these easy step to step guide to Download the latest script:
-
Create a Folder:
mkdir Folder-Name -
Enter the Folder:
cd Folder-name -
Clone The repository:
git clone https://github.com/ArchanjoJr/solid-robot.git -
Then Install the Dependencies:
pip3 install -r requirements.txt
Example:
python3 app.py lang(DEFAULT=en-US)
Definitions:
- LANGUANGE: Extract your JSON with Native Languanges, Available in 9 languages
| Expression | Languange |
|---|---|
| en-Us | English (United States) |
| de-DE | German (Standard) |
| es-ES | Spanish (Spain) |
| es-MX | Spanish (Mexico) |
| fr-FR | French (France) |
| it-IT | Italian (Italy) |
| ja-JP | Japanese (Japan) |
| pl-PL | Polish (Polony) |
| pt-BR | Portuguese (Brazil) |
| ru-RU | Russian (Russia) |
This script will create 2 JSON (JAVASCRIPT OBJECT NOTATION) files on the folder
- CARDS.JSON: contaning all the cards and it basic informations like color, Faction, quotes
- VARIATIONS.JSON: contaning informations like image link, mill.
- Requests. - HTTP for Humans.
- Matheus Archanjo - Initial work - ArchanjoJr
This project is licensed under the MIT License - see the LICENSE.md file for details