It's a Rust client library you can use to interact with the Pushover messaging API.
This client is unofficial and I'm in no way linked to Pushover.
Get it directly from crates.io
Cargo.toml:
Cargo.toml
[dependencies]
pushover-rs = "*"
...
See the examples folder
To run the tests, you'll need:
- Create a /testdata folder, in there:
- Put a picture called attachment_test.jpg
- Create a credentials.json with this inside:
json
{
"token": "your token",
"user": "your user key"
}
- To recap:
/testdata
/testdata/attachment_test.jpg
/testdata/credentials.json
The API might change or break in the future, but i'll try my best not to break anything.