An open API service indexing awesome lists of open source software.

https://github.com/matejmajny/forgePY

Python module to get Minecraft Forge download URLs.
https://github.com/matejmajny/forgePY

api forge-api minecraft-forge-api python

Last synced: 4 months ago
JSON representation

Python module to get Minecraft Forge download URLs.

Awesome Lists containing this project

README

        

# 📦 ForgePY
A simple Python package to fetch latest and recommended download URLs of [Minecraft Forge](https://files.minecraftforge.net/net/minecraftforge/forge/) website.

## 💾 Installation
```
pip install minecraft-forgepy
```

## 🔍 How to use
```
import forgepy

latest = forgepy.GetLatestURL("1.19.4")
recommended = forgepy.GetRecommendedURL("1.19.4")
```

## ❗Disclaimer
- This package only supports Minecraft versions **1.5.2 and above**.
- original name for this package was supposed to be forgePY, but due to PyPi not letting me upload it, PyPi name is minecraft-forgepy. **But name forgepy is still and will be used in code!**

## 🤖 Source Code
- This project is licensed under GNU General Public License v3.0
- [PyPi repository](https://pypi.org/project/minecraft-forgePY)