Last Updated: October 06, 2018
·
536
· pksunkara

Delete github repo hooks

We all use github hooks either directly or indirectly. These days, they are used for a lot of stuff like Continuous Integrations, Chat Bots etc..

Github doesn't support deleting these hooks using the web ui. Below is a node.js script which walks through all the repos and all their hooks asking you to delete that hook.

Screenshot

Picture

Script

https://gist.github.com/pksunkara/7981618

Usage

npm install octonode async colors prompt
node github_hook.js