Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eduardo-g-silva/78606f0e55d5b30c3aa4ce89faaaba04 to your computer and use it in GitHub Desktop.
Save eduardo-g-silva/78606f0e55d5b30c3aa4ce89faaaba04 to your computer and use it in GitHub Desktop.
<?php
require_once('vendor/autoload.php');
$file = file_get_contents('/<path-to-output-file>/wpcore.txt', true);
$pushbullet = new PHPushbullet\PHPushbullet('xxxxxxxxxxxxxxxxxxxxxxxxxxx');
$pushbullet->device('LGE Nexus 5')->note('my server', $file);
$pushbullet->user('usermail@gmail.com')->note('my server', $file);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment