Skip to main content

A downloader tool for Minecraft servers from Mojang services.

Project description

mc-downloader

This is a python package design to download Minecraft servers files from Mojang servers.

The downloader verify integrity from mojang servers after download.

If the files have already been downloaded, they are rechecked, and if necessary they are re-downloaded.

Installation

You need to install the package from pypi repository.

pip install mc-downloader

Utilisation example

import os
import mcdwld

def main():
    """Download all servers."""
    downloads_directory = os.getcwd() + '/downloads/'
    versions = mcdwld.get_versions(mcdwld.MOJANG_MANIFEST_URL)
    mcdwld.download_versions(versions, downloads_directory)

if __name__ == '__main__':
    main()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mc-downloader-0.0.5.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

mc_downloader-0.0.5-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page