Skip to content

TLATER/PyCurseForge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCurseForge

A thin Python wrapper around the (hidden) CurseForge API.

1.0.0 adds native support for the Minecraft interface, future interfaces planned (or can be PR'd if desired)

Basic Usage

import curseforge
mc = curseforge.Minecraft()
jei = mc.get_addon(238222)
print(jei.display_name)

More examples can be found under the examples/ folder.

Installation

This wrapper is available on PyPI:

# Windows
py -3 -m pip install PyCurseForge

# Linux, MacOS or other
pip3 install PyCurseForge

Or if you want the development version, install via GitHub (requires Git to be installed and on PATH):

py -3 -m pip install git+https://github.com/XuaTheGrate/PyCurseForge

pip3 install git+https://github.com/XuaTheGrate/PyCurseForge

Ammendment

Pull requests are welcome any time. If you need to contact me for any reason, please join the official discord.py server and ping Maya#0006 in #general.

About

A Python wrapper around the (hidden) CurseForge API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages