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.
- Host: GitHub
- URL: https://github.com/matejmajny/forgePY
- Owner: matejmajny
- License: gpl-3.0
- Created: 2023-06-12T13:24:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T14:39:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T05:11:58.677Z (4 months ago)
- Topics: api, forge-api, minecraft-forge-api, python
- Language: Python
- Homepage: https://pypi.org/project/minecraft-forgePY/
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 forgepylatest = 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)