1.0.1 • Published 3 years ago

rmapdownloader v1.0.1

Weekly downloads
-
License
GNU
Repository
-
Last release
3 years ago

rmapdownloader

A CLI made in typescript to download the JSON data of rockstar mission maps found on the social club website.

How to install

$ npm install -g rmapdownloader

Usage

Usage: rmapdownloader [options]

A CLI for downloader rockstar mission map JSON data.

Options:
  -V, --version  output the version number
  -l, --url      Rockstar API URL
  -o, --output   Output Folder
  -n, --name     Name of the JSON file
  -h, --help     display help for command
$ rmapdownloader -l [url] -o [output folder] -n [file name]
$ rmapdownloader -l https://prod.cloud.rockstargames.com/ugc/gta5mission/3726/_pgnu6U4kkCV3qHJQRKAyg/0_0_en.json -n gtav_race -o G:/Code/RockstarMaps
  ____         __  __               ____                      _                 _
 |  _ \__/\__ |  \/  | __ _ _ __   |  _ \  _____      ___ __ | | ___   __ _  __| | ___ _ __
 | |_) \    / | |\/| |/ _` | '_ \  | | | |/ _ \ \ /\ / / '_ \| |/ _ \ / _` |/ _` |/ _ \ '__|
 |  _ </_  _\ | |  | | (_| | |_) | | |_| | (_) \ V  V /| | | | | (_) | (_| | (_| |  __/ |
 |_| \_\ \/   |_|  |_|\__,_| .__/  |____/ \___/ \_/\_/ |_| |_|_|\___/ \__,_|\__,_|\___|_|
                           |_|
Downloaded the map to G:\Code\RockstarMaps\gtav_race.json
1.0.1

3 years ago

1.0.0

3 years ago