Makes changing all of the github IRC hooks for WMDE stuff easy
The first step to use this script is to download composer:
$ curl -s http://getcomposer.org/installer | phpThen we have to install our dependencies using:
$ php composer.phar installThen we just have to run run.php:
$ php run.phpWe will be prompted for an access token which can be retrieved from https://github.com/settings/tokens
$ Please generate a personal access token at https://github.com/settings/tokens
$ Github Token:The hooks will then be updated!