Hubot's github-pull-request-notifier.coffee -
i got hubot setup irc , works fine. i'm trying add this script. i'm not entirely understanding setup instructions however. setup instructions read curl -h "authorization: token <your api token>" \ -d '{"name":"web","active":true,"events":["pull_request"],"config":{"url":"<this script url>","content_type":"json"}}' \ https://api.github.com/repos/<your user>/<your repo>/hooks i don't understand "url":"<this script url>" refers to. know? i'm deploying heroku if helps. add more explanation @mikekusold 's answer the curl command create github hook , therefore set hook receiver notification. "config": { "url": "http://example.com/webhook", "content_type": "json" } the hook hubot plugin, url path defined in that script , see ...