Skip to content

This Rust project demonstrates how to send notifications using the Pushover API. The example is built using reqwest for HTTP requests and tokio for asynchronous execution.

Notifications You must be signed in to change notification settings

MaenDera/send-pushover-notification-in-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

send-pushover-notification-in-Rust

This Rust project demonstrates how to send notifications using the Pushover API. The example is built using reqwest for HTTP requests and tokio for asynchronous execution.

Features

1-Async HTTP Requests: The project utilizes reqwest to send asynchronous HTTP POST requests to the Pushover API.

2-Dynamic Message Priority: Notifications can be sent with different priority levels (normal, high, and emergency). For emergency priority (priority = 2), additional parameters like expire and retry are included automatically.

3-Easy to Customize: The code is easily customizable to suit different Pushover tokens, user keys, and message contents.

About

This Rust project demonstrates how to send notifications using the Pushover API. The example is built using reqwest for HTTP requests and tokio for asynchronous execution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages