p3lim / addon-packager-proxy

Turns GitHub tags into WowInterface uploads through CurseForge and magic!
http://www.wowinterface.com/forums/showthread.php?p=305028
MIT License
12 stars 6 forks source link

Addon Packager Proxy

This is a tool designed to help authors of "addons" for the popular MMORPG "World of Warcraft" release their projects to both Curse/CurseForge and WowInterface, the two most popular sites for hosting releases for such projects.

The tool (currently) has some very specific usage requirements:

How it works

This application is utilizing GitHub webhooks, CurseForge's packager and a web application.

Here is a breakdown of how the entire process works:

  1. The user commits his/her changes locally and creates tags, the tags are used as version numbers/strings.
  2. The user pushes the commit(s) and tag(s) to GitHub.
  3. GitHub recognizes the tag(s) created, sends off a webhook to the application.
  4. The application notices the webhook and queues the addon.
  5. The user pushes the commit(s) and tag(s) to CurseForge.
  6. After some time, the application starts querying CurseForge to see if the packager has finished making a zip.
  7. The application then grabs the zip off CurseForge once it's ready.
  8. The application authorizes and uploads the addon to WowInterface.

How to install

First off you'll want to create a list of information about the addons you want the app to access.
Please see this wiki article about it, you will need it for the setup.

Click the purple deploy button below and follow the instructions on the screen.
When it's done deploying, visit the wiki to finish the setup.

Deploy to Heroku

Legal

See LICENSE.txt.