Versioning changes for Blizzard WoW Game Data APIs https://develop.battle.net/documentation/world-of-warcraft/game-data-apis
Go to file
Sergio Álvarez c27861622e no more db, now using mtime from cached files 2021-05-14 23:11:40 +02:00
raw daily cron 2021-05-14 23:10:31 +02:00
.gitignore updated codebase 2021-05-14 00:34:22 +02:00
README.md only US 2021-05-14 13:16:23 +02:00
blizzard.py only US 2021-05-14 13:16:23 +02:00
config.py new structure, better code 2021-05-14 00:33:52 +02:00
cron.sh only US 2021-05-14 13:16:23 +02:00
spec.py no more db, now using mtime from cached files 2021-05-14 23:11:40 +02:00
test-modified.py code split and modified header to speed up things. Luckly Blizzard support If-Modified-Since 2021-05-14 12:04:44 +02:00
updater.py no more db, now using mtime from cached files 2021-05-14 23:11:40 +02:00

README.md

Create a .credentials file with client_id:secret from https://develop.battle.net/access

With no crontab execute python3 updater.py.

Crontab, every day at 12:30h:

30 12 * * * cron.sh

Only US region is explored because all API are the same and this is the default API for Blizzard.

Without locale we get all the translations, so I don't iterate through locales. If you ask for a locale, you get the value right in the field.