20 releases

new 0.3.16 Apr 23, 2024
0.3.15 Nov 22, 2023
0.3.14 Jun 10, 2023
0.3.9 Mar 29, 2023
0.2.6 Nov 24, 2021

#176 in GUI

Download history 1/week @ 2024-02-15 295/week @ 2024-02-22 70/week @ 2024-02-29 8/week @ 2024-03-07 24/week @ 2024-03-14 17/week @ 2024-03-28 9/week @ 2024-04-04 98/week @ 2024-04-18

124 downloads per month

MIT license

37KB
686 lines

Pushover RS

Description

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.

State: Working & Maintained

Where to get it

Get it directly from crates.io

Cargo.toml:

[dependencies]
pushover-rs = "*"
...

How to use

You need

Usage example

See the examples folder

Documentation

It's here

Run the tests

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:
{
    "token": "your token",
    "user": "your user key"
}
  • To recap:
/testdata
    /testdata/attachment_test.jpg
    /testdata/credentials.json

Note

The API might change or break in the future, but i'll try my best not to break anything.

Dependencies

~6–18MB
~261K SLoC