A python script to download a selected version and build of paper using the papermc.io API v2.
-
Clone this repository
git clone https://github.com/DJHero2903/papermc_downloader.git
or download as zip archive, -
Install python 3.11.3 or higher,
-
Install the required dependencies from pypi using pip with the requirements.txt file.
requests
- Used to request data from the papermc api.rich
- Used to display prompts, highlighted text, tables and file download progress bar.
- Windows
pip install -r requirements.txt
- Mac/Linux
pip3 install -r requirements.txt
-
Run the script in your terminal or command prompt and follow the on screen instructions.
-
Windows
python papermc_downloader.py
-
Mac/Linux
python3 papermc_downloader.py
-
All available choices are shown in magenta. The default option is shown in cyan.