From 4d68f87f081f621cc971979ed70e6b5bafdc82a6 Mon Sep 17 00:00:00 2001 From: KeksNino Date: Sat, 23 Aug 2025 01:28:15 +0200 Subject: [PATCH] Updated README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3b68a13 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Serverpack-Downloader +CLI Downloader to download server packs from curseforge + +# IMPORTANT +add your own api key to the .env file + +# Dependencies +dotenv python library \ +inquirer python library \ +requests python library