push-stars
v1.0.2
Published
Push notification for github stars
Downloads
1
Maintainers
Readme
Push Stars
:octocat: :star: Get Push Notification for your github repo stars.
- When someone stared at your repo, this tool will send a Pushbullet notification.
Install
$ sudo npm install -g push-stars
Run
# 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 &