A Desktop notifier for all your "social" GitHub notifications.
Currently, it notifies a user when:
Note: Python3 is needed to run this application. So, if you haven't already downloaded it, kindly download it from here.
Download the package from PyPI via pip
(or pip3
) using :
pip3 install ghnotifier
Use sudo
if need be.
Run ghnotifier
command in a terminal to set up your credentials and get your notifications.
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.
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:
Exporting to your favourite Text editor: EDITOR=your_editor crontab -e
For Ubuntu:
Example script for inspiration : https://github.com/kshitij10496/gh-notifier/blob/master/cronscript.sh
If you face any issue with the installation, feel free to reach out to me.
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.