MaxEtMoritz / PNavCopy

IITC Addon that copies Portal Names and Locations to Clipboard or sends them to Discord in the format needed by the PokeNav Discord Bot.
ISC License
5 stars 2 forks source link

Bulk import existing Pogo Tools Data via the Web Hook #4

Closed MaxEtMoritz closed 3 years ago

MaxEtMoritz commented 3 years ago

Let the Userscript read the Data from PoGo Tools and send everything to Discord via Web Hook. I Hope PokeNav won't die from all these Messages 😵

MaxEtMoritz commented 3 years ago

okay, PokeNav cant't die because the WebHook Rate Limit is 30 Messages in 60 seconds, that is enough time for the Bot to process the requests.

The Feature is almost ready, what's still missing is a filter to only send the locations inside Community Area...

MaxEtMoritz commented 3 years ago

ready in principle, but another enhancement of this enhancement is to save already done Exports and only bulk export newly added Data.

MaxEtMoritz commented 3 years ago

that's also implemented now. Another nice-to-have Enhancement would be that locations that changed their properties in Pogo Tools would also not be exported or even updated accordingly in PokeNav. That will be the last thing in this issue then...

MaxEtMoritz commented 3 years ago

the last missing part is now done with commit 0e079cd. not yet in main but will merge it there soon.