Versioning changes for Blizzard WoW Game Data APIs
https://develop.battle.net/documentation/world-of-warcraft/game-data-apis
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12 months ago | |
---|---|---|
raw | 12 months ago | |
.gitignore | 1 year ago | |
README.md | 1 year ago | |
blizzard.py | 1 year ago | |
config.py | 1 year ago | |
cron.sh | 1 year ago | |
spec.py | 1 year ago | |
test-modified.py | 1 year ago | |
updater.py | 1 year ago |
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.