KartulUdus / PoracleJS

NodeJS application for PokémonGo WebHook Discord alarms
https://kartuludus.github.io/PoracleJS/#/
ISC License
96 stars 115 forks source link

Using new ScrapedDuck generic event data #909

Open hamster007Github opened 2 months ago

hamster007Github commented 2 months ago

Using new additional generic event data to also notify about events != spotlight-hour and community day.

Description

check new extraData -> generic block in event data

Motivation and Context

Enable PoracleJS to notify about start/end of all kind of events, which change pokemon or field-research pool. Before we only check by event type (spotlight-hour and community-day)

How Has This Been Tested?

Local debugging. Filtered event lists contain expected events.

Screenshots (if appropriate):

N/A

Types of changes

Checklist:

jfberry commented 2 months ago

No longer required

hamster007Github commented 2 months ago

The PR is still needed / an addition. Without, the new generic data is not checked. I already changed back the url to original repo.