1.0.2 • Published 9 years ago

push-stars v1.0.2

Weekly downloads
6
License
ISC
Repository
github
Last release
9 years ago

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.

screenshot

npm

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 &