Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 854 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 854 Bytes

lethal_downloader

Downloads lethal mods from thunderstore

How to install

git clone the repo and then pip install

Getting started

After pip installing, the first thing we need to do is create a text file. This text file will contain mod names that we'd like to search for, separated by a new line. For the purposes of this we'll act like we have a file, with one mod in it

Run the script lethal generate.jsons FILE and a file will be generated

lethal generate.jsons test.txt

Afterwards, in order to install the mods, you must use lethal download.mods and point to the created json from the previous script. This allows for mod configurations that can be saved over time and have an ease of downloading different variations.

lethal download.mods test.json

They will be put where your default browser of choice puts them