Added usage info and example JSON files

This commit is contained in:
DWW 2022-07-20 17:26:55 +03:00
parent c85c83f46a
commit 673e8b779f
3 changed files with 15 additions and 0 deletions

4
README
View File

@ -1,3 +1,7 @@
--- Usage ---
There must be a file named "login.json" in the working directory with your monstercat credentials.
See example_login.json for the template.
--- JSON Library Source ---
https://github.com/nlohmann/json
Release - 3.10.5

7
example_download.json Normal file
View File

@ -0,0 +1,7 @@
{
"comment": "This file will attempt to download MCLP001, MCLP001-X, MCLP002, ... MCLP010-X",
"prefix": "MCLP",
"suffix_try": "-X",
"start": 1,
"end": 10
}

4
example_login.json Normal file
View File

@ -0,0 +1,4 @@
{
"Email": "USER",
"Password": "PASS"
}