-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
To-Do
- Get data from GitHub after auth via curl statements.
- Get all pages, in case of paginated data.
- Store all data into a single json file.
- Make
sendmailto mail the new notifications to user's email ID. - Add a mailing template (
mail.txt.erb), to be used withsendmailcommand utility to mail the new notifications. - Add an easy
config.jsonfile rather than getting input from the program itself. - Setup a bash script to automate this locally, which can be copy-pasted on
crontab. - Deploy cron job to server like Heroku.
- Properly
.gitignorecredentials.