Maselkov / GW2Bot

A GW2 Discord Bot
https://gw2bot.info
Other
50 stars 21 forks source link

Rework update notifier to scrape the new forum #126

Closed Maselkov closed 2 years ago

Maselkov commented 2 years ago

The issue is twofold: /v2/build doesn't work anymore, and the forum had changed. The best way to check for updates now would be to regularly scrape the new forum, since it lacks a proper API, unlike the old one

Invisi commented 2 years ago

Until /v2/build works again, we could rely on the manifest (first number is the current build id) that's used by the game client as well. http://assetcdn.101.arenanetworks.com/latest/101

Maselkov commented 2 years ago

Thanks for that link! I went ahead and used it for build checking for the new update notifier