Files
pcurse/README.md
2020-06-23 00:42:09 +02:00

841 B

pcurse

####### NOTE: Currently broken, due to curseforge being protected by cloudflare. This means this script needs a javascript engine... Still works on ElvUI, though. Will be ported to wowinterface.com in the near future:)

curseforge client in perl

Currently, it can update your addons and add addons. On first run, it guesses where the list lcurse saved is, and tries to use that..

To add an addon, use -add=URI -name=name.

We also support updating of elvui, just do --add=https://www.tukui.org/download.php?ui=elvui --name=ElvUI

Requirements

  • IO::Socket::SSL
  • IO::Tee
  • JSON
  • HTML::HTML5::Parser
  • LWP::UserAgent
  • Pool::Thread
  • DateTime
  • Archive::Extract (and probably a good idea to have Archive::Zip, unless you have zip/unzip or whatever way Archive::Extract falls back to without the perl lib).