blizzard-wow-game-data-apis/README.md

14 lines
446 B
Markdown
Raw Permalink Normal View History

2021-05-12 06:13:54 +00:00
Create a `.credentials` file with `client_id:secret` from https://develop.battle.net/access
2021-05-14 01:05:14 +00:00
2021-05-14 02:16:23 +00:00
With no crontab execute `python3 updater.py`.
2021-05-14 01:05:14 +00:00
Crontab, every day at 12:30h:
```
2021-05-14 02:16:23 +00:00
30 12 * * * cron.sh
2021-05-14 01:05:14 +00:00
```
2021-05-14 02:16:23 +00:00
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.