ankushg07 / Git-Notifier

sends SMS periodically about the notifications on GitHub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git Notifier

This project sends an SMS with details of notification you received on Github

##Requirments

  • Twilio Account
  • Github Api Access token
  • VM/Server for cronjob

####To setup a cronjob

Type: crontab -e in terminal

Enter the time setting for cronjob as following per format

* * * * * /your/directory/Script

where " * " depicts

minute hour day month day-of-week repectively from left to right

About

sends SMS periodically about the notifications on GitHub


Languages

Language:Python 100.0%