Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.
/ addon-installer Public archive

Installer for World of Warcraft addons (using curse)

Notifications You must be signed in to change notification settings

gdraynz/addon-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ New project here: https://github.com/gdraynz/wowui

WoW addon updater

For macOS, linux and linux-on-windows (not tested on macOS).

Use

Select your addons by taking the name in Curse's URLs.

Ex: From https://mods.curse.com/addons/wow/advancedinterfaceoptions

Take advancedinterfaceoptions

Write your conf.json file:

{
	"addons_path": "/Applications/World of Warcraft/Interface/AddOns",
	"addons": [
		"dejacharacterstats",
		"details",
		"dynamiccam"
	]
}

Using pip

pip3 install -r requirements.txt
python3 addons.py -h
python3 addons.py -c conf.json

Using pipenv

pipenv install
pipenv shell
python addons.py -h
python addons.py -c conf.json

About

Installer for World of Warcraft addons (using curse)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages