Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/portablejim/curseDownloader
Curse Modpack downloader
https://github.com/portablejim/curseDownloader
Last synced: 6 days ago
JSON representation
Curse Modpack downloader
- Host: GitHub
- URL: https://github.com/portablejim/curseDownloader
- Owner: portablejim
- License: gpl-3.0
- Created: 2015-03-21T02:29:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T20:30:56.000Z (about 5 years ago)
- Last Synced: 2024-08-01T19:53:00.429Z (3 months ago)
- Language: Python
- Size: 185 KB
- Stars: 138
- Watchers: 12
- Forks: 41
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Curseforge Minecraft Modpack Downloader
A simple script to download mods from a CurseForge Minecraft modpack.
## Requirements
- Python 3.4+
- appdirs
- requests
- python-tk### Installation
#### Fedora
- `sudo dnf copr enable srakitnican/minecraft`
- `sudo dnf install cursedownloader`### Setup
#### Fedora- `sudo dnf install python3-appdirs python3-requests python3-tkinter`
#### Ubuntu
- `sudo apt install python3 python3-tk python3-pip`
- `pip3 install -r requirements.txt`## How to use
1. Find the modpack you want from the [CurseForge modpack list](http://www.curse.com/modpacks/minecraft)
2. Unzip the download. There should be a manifest.json file.
3. Run! `python3.4 /path/to/downloader.py --manifest /path/to/manifest.json`