Skip to main content

Command line addon manager for World of Warcraft, TES: Online, Minecraft and more

Project description

curseforge-cli

(unofficial) command line addon manager for World of Warcraft, The Elder Scrolls Online, coming soon: Minecraft and more

Basic usage

curseforge-cli game action [arguments]

Supported games

  • wow_retail - World of Warcraft Retail
  • wow_classic - World of Warcraft Classic
  • wow_tbc - World of Warcraft The Burning Crusade
  • teso - The Elder Scrolls Online

Actions

  • list - list installed addons

    Examples:

    curseforge-cli wow_classic list
    
  • search - search addon by name

    Arguments:

    • {name} - string, e.g. "bartender"
    • --game_version - string, e.g. "1.13.7"
    • --page_size - int, max number of results (500 max)
    • --sort - int, choose from 0 (featured), 1 (popularity), 2 (last update), 3 (name), 4 (author), 5 (total_downloads)

    Examples:

    Search addons for WoW classic with name similar to "bartender"

    curseforge-cli wow_classic search bartender
    

    Search the most downloaded "dbm" addon. Will probably be Deadly Boss Mods

    curseforge-cli wow_classic search dbm --page_size 1 --sort 5
    
  • install - install addon

    Arguments:

    • {id} - int, curseforge addon id

    Examples:

    Install Total RP 3: Classic

    curseforge-cli wow_classic install 335857
    

Coming soonTM

  • Manual game discovery and configuration
  • Smart updater
  • Addon config import/export

API info (very scarce because the docs are not officially written yet):

https://github.com/Mondanzo/mc-curseforge-api/blob/master/index.js https://gist.github.com/crapStone/9a423f7e97e64a301e88a2f6a0f3e4d9

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

curseforge-cli-0.1.1.tar.gz (10.5 kB view hashes)

Uploaded Source

Built Distribution

curseforge_cli-0.1.1-py3-none-any.whl (11.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page