⭐ Get Push Notification for your github repo stars.
- When someone stared at your repo, this tool will send a Pushbullet notification.
$ sudo npm install -g push-stars
# set PUSHBULLET_APIKEY env variable with your Pushbullet Access Token.
$ export PUSHBULLET_APIKEY=xxxxxx
# set GITHUB_NAME env varible with your Github name
$ export GITHUB_NAME=mnpk
# run on background
$ nohup push-stars >> push-stars.log &