I actively maintain a Minecraft modpack I made for some friends, and I often write whangelogs for then so they can update the necessary mods. I wanted a way to automate the process, and here I am.
pip install -r requirements.txt
apt update
apt install -y python3-inquirerpy python3-toml python3-requests python3-dotenv
- allow use of command line args
- recognize fabric mods
- use modrinth to download mods
- add curseforge/modrinth link in changelog output (option)