Woody2143 / pushBullet

Scripts for using the Push Bullet APIs (https://www.pushbullet.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pushBullet

Scripts for using the Push Bullet APIs (https://www.pushbullet.com)

Currently just a simple script for sending PushBullet Notices

Create an account at https://www.pushbullet.com/, look at your account settings for your Access Token. Save the token to ~/.pushbulletrc apiKey=

Use the program by piping in text to the script that you want in the body of the notification. Set the title by specifying it as the first argument after the script.

Example: echo "Message Body" | pushNotice.pl "Notice Subject"

About

Scripts for using the Push Bullet APIs (https://www.pushbullet.com)

License:GNU General Public License v2.0


Languages

Language:Perl 100.0%