/forge-modpack-downloader

Simple python script to download forge modpack mods

Primary LanguagePython

forge-modpack-downloader

Simple python script to download forge modpack mods from a manifest.json using the forge API

Requirements

  1. A forge studios token, which can be easily made by making a free account on Curseforge for studios. Once you do you get the api key
  2. json and requests python modules

Usage

Put your manifest.json file in the same directory as the python file, then

python ./curseclient.py

TODO

  • Multithreading