I want to write an application that provided information about the GitHub user account, and the repo will be notified whenever the repo is redirected to it. I know that I can basically save the state of the repo and periodically try it for changes, but I was wondering if there is a way to do this using the push architecture, and if so, how to do it. Thanks for any help!
EDIT. I know that maybe I'll do it like Heroku by doing this by clicking on a remote server, but the ideal functionality is to know when they click on Github.
git push
dshipper
source share