Giter VIP home page Giter VIP logo

minecraftmodupdater's Introduction

MinecraftModUpdater

Automatically download mods pack from specified URLs, then use hash to update or delete the mods in the ./mods folder.

URLs

manifestURL="path to minifest"
It will download mod zip package specified in minifest from same path with minifest doc.

Format of minifest

package:packagename
Jsut simply replace the package name with your zip file.

How it work

It will read minifest from URL, then parse find out the package name. Then it will download and unzip the package to temp folder. Finally the script will hash all files in ./mods and ./mcUpdaterTemp.
After comparison process work done, it will copy, delete all needed mods in ./mods and from ./mcupdaterIcon folder.

Build

To make it a binary, I choosed pyinstaller as solution.
python3 is needed in this work, I installed 3.10
Building scripts:
"Path to python" Python310\Scripts\pyinstaller.exe -D .\minecraftUpdater.py -i'.\mcupdaterIcon.ico' -c
If you don't need icon
"Path to python" Python310\Scripts\pyinstaller.exe -D .\minecraftUpdater.py -c
I tried pack it all into one exe file. but Microsoft Defender will treat it as malware refusing to run. Just in case you meet such fails.

minecraftmodupdater's People

Contributors

sodaispod avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.