Skip to content

Commit

Permalink
Merge pull request #46 from sqmk/develop
Browse files Browse the repository at this point in the history
GitHub #34 - Add notes about using CLI script
  • Loading branch information
sqmk committed Nov 8, 2013
2 parents b56b2c1 + 3fc659d commit 104c0a7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,13 @@ $messageStatus->hasCalledBack();
// When Pushover contacted the callback URL (DateTime or null)
$messageStatus->calledBackAt();
```

## Command-line Interface

Included in Pushy is a convenient script to send messages from the command line.

You can call it like so:

```sh
$ bin/pushy --token=yourtokenhere --user-id=useridhere --message="Message here" --title="Title here" --url="http://example.org" --url-title="Example.org" --timestamp=123456 --sound=echo --priority=high
```

0 comments on commit 104c0a7

Please sign in to comment.