joshuajung / 116117bot

A proof of concept bot, checking impfterminservice.de for available COVID-19 vaccination appointments.
MIT License
34 stars 16 forks source link

No Notification on IOS Screen from Pushover #1

Closed sabernaeeni closed 3 years ago

sabernaeeni commented 3 years ago

Hey Joshua,

your bot works perfeclty fine! I only have one issue. I don't get any notifications on the IOS Screen when I get a Pushover message. The message appears in the pushover app but doesn't on the home screen. Do you have any idea what the problem is?

Greetings

joshuajung commented 3 years ago

Hey! The pushover API supports a priority parameter, which influences where notifications show up (in the app, in the OS, etc.) , see https://pushover.net/api. You can always change them in the code (see https://github.com/joshuajung/116117bot/blob/main/index.ts#L96) to adjust it to your own liking. Right now, the only message pushed with high priority is if a free appointment has been identified. Hope this helps.