kshitij10496 / gh-notifier

Desktop notifier for all your "social" GitHub notifications
MIT License
20 stars 10 forks source link
desktop-notifier github-notifications linux mac-osx

gh-notifier

Join the chat at https://gitter.im/kshitij10496/gh-scrapper

A Desktop notifier for all your "social" GitHub notifications.

Why gh-notifier ?

Features


Currently, it notifies a user when:

Installtion Guide


For Linux and MacOSX users

Note: Python3 is needed to run this application. So, if you haven't already downloaded it, kindly download it from here.

Adding to crontab

In order to make the most out of the app, I would suggest you to add it to your crontab. If you aren't comfortable with the process of adding a command to the crontab, then continue reading.

# Adding the ghnotifier to crontab
 $ crontab -e

# In order to run the command every minute(the setting I use), add the following line to your crontab.
 * * * * * ghnotifier  

Note (For MacOSX users): Apart from the above steps, I recommend you to download terminal-notifier from @julienXX.

Troubleshooting crontab:

I faced a few issues while adding the command to my crontabs on both Ubuntu 16.04 and MacOSX Sierra. Hence, I thought of sharing a few hacks for helping you:

For MacOSX:

Contributing


Please feel free to report any discrepancy/suggestions on the [Issues Tracker](). If you have any feature requests, comment on this [thread](). I will try to implement them. More so, feel free to open a Pull Request.

LICENSE : MIT