A simple layer between the Github API and Pushover API to forward github push messages to a device running Pushover.
This script uses the agithub library by Jonathan Paugh for Github communication.
This script needs two files by default, a token file and pushover file. They need to be formatted exactly like this:
<Github username>,<Github password or token with notifications and repos access (recommended)>
<Pushover user key>,<Pushover app key>
Then setup a cron job to run the script every minute.