23 releases

0.3.21 Nov 13, 2024
0.3.18 May 19, 2024
0.3.15 Nov 22, 2023
0.3.14 Jun 10, 2023
0.2.6 Nov 24, 2021

#160 in GUI

Download history 223/week @ 2024-11-10 34/week @ 2024-11-17 2/week @ 2024-11-24 2/week @ 2024-12-01 80/week @ 2024-12-08 2/week @ 2024-12-15 1/week @ 2025-01-05 30/week @ 2025-01-12 38/week @ 2025-01-19 6/week @ 2025-01-26 8/week @ 2025-02-02

82 downloads per month

MIT license

36KB
652 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.

Changelog

0.3.18

  • Support the TTL option

Dependencies

~7–20MB
~286K SLoC