A script to watch github for newly-opened pull requests and create a desktop notification when they are found.
Go to file
Tom Alexander be9dcee422
Move the handling of events into a struct.
I am going to start parsing fields out of the json event objects, so it makes sense to give each event its own type to avoid the verbosity of parsing the values out of the json object every time they are needed.
2022-05-12 08:37:15 -04:00
src Move the handling of events into a struct. 2022-05-12 08:37:15 -04:00
.gitignore Making API request but failing to decode the results. 2022-05-07 18:31:10 -04:00
Cargo.lock Switch to logging. 2022-05-08 17:03:49 -04:00
Cargo.toml Switch to logging. 2022-05-08 17:03:49 -04:00