Runs in the background and sends a notification when a streamer is streaming
Supports YouTube and Twitch
Note: Twitch itself can be slow to update the stream thumbnail preview, which is what this program uses to determine whether a streamer is live or not. So it may take a few minutes to update Another Note: If a stream is scheduled on YouTube, then it will believe that they are streaming
$ pwease-give-streamer-notif <username> <platform> <username2> <platform2> [ <frequency> ]
Checks to see if "tsoding" is streaming on Twitch every 10 minutes
$ pwease-give-streamer-notif tsoding twitch 10m
Checks to see if "coolstreamer123123" is streaming on YouTube every hour
$ pwease-give-streamer-notif coolstreamer123123 youtube 1h
Checks to see if "x_programmergal_x" is streaming on YouTube using the default frequency
$ pwease-give-streamer-notif x_programmergal_x youtube
Rust and Cargo are required
The following command builds the project in release mode
$ cargo build -r