Skip to content

A python script to download a selected version and build of paper using the papermc.io API v2.

License

Notifications You must be signed in to change notification settings

DJHero2903/papermc_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A python script to download a selected version and build of paper using the papermc.io API v2.

Installation

  1. Clone this repository git clone https://github.com/DJHero2903/papermc_downloader.git or download as zip archive,

  2. Install python 3.11.3 or higher,

  3. 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

Usage

  • 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
      

Highlighting

All available choices are shown in magenta. The default option is shown in cyan.

Licence

GNU General Public License v3.0

About

A python script to download a selected version and build of paper using the papermc.io API v2.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages