Github2eMail sends you mail on new releases of your starred projects using rss2email
Go to file
CaptainArk 05bb181348 initial commit 2018-04-19 20:57:13 +02:00
README.md initial commit 2018-04-19 20:57:13 +02:00
config initial commit 2018-04-19 20:57:13 +02:00
github2email.sh initial commit 2018-04-19 20:57:13 +02:00

README.md

Github2eMail

What is it ?

Github2eMail is a bash script that parses the GitHub API for projects you've starred and adds them to your rss2email configuration.

Dependencies

How do I use it ?

You need to have installed and configured rss2email first.

Clone this repo.

Edit the config file and modify the UserName variable to your GitHub username.

Run the script.

You're done !

You can also run the script periodically from cron if you want.

TODO

Remove projects that were added by the script and are no longer starred by the user on GitHub from rss2email configuration.