/push-stars

:octocat: :star: Get Push Notification for your github repo's star

Primary LanguageJavaScript

Push Stars

:octocat: ⭐ 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 &