From 82638d56d1c9d96c8a40c0bf0773330c16a96c10 Mon Sep 17 00:00:00 2001 From: iou1name Date: Sun, 2 Jun 2019 15:39:09 -0400 Subject: [PATCH] readme. don't reference the project i stole code from. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1836374..91b1ccf 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,17 @@ -# Mine +# Overwrought It manages Minecraft modpacks. ## Requirements Python 3.6+ +#### Master Python packages: `requests bs4` +#### Server +Python packages: `flask` +#### Slave +Python packages: ` ` ## Usage -`$ python3 mine.py action [options] [target]` +`$ python3 overwrought_master.py action [options] [target]` __actions__ * `add` Add a new mod to the modpack. `target` must be a url to a curseforge mod project page. By default, it will prioritize release phases as Release, Beta and then Alpha. `--phase` can alter this. Will always grab the latest version of whichever phase it targets. * `add_all` Add a list of mods to the modpack. `target` must be a file containing a newline-delineated list of curseforge mod project page urls. Will prioritize release phases similar to `add`, however `--phase` will not affect it.