Subakva Teknika

Bulk Update Github Hooks

| Comments

The Github API doesn’t support updating hooks, but I’ve got way too many projects going to do it by hand. I wrote up this script to update all of my hooks at once. I used the mechanize gem to drive the web admin interface for the hooks that I needed.

The gist with the code is here: [http://gist.github.com/375621](http://gist.github.com/375621)