Addon for World of Warcraft to filter "World Events" using AdiBags.
Requirements:
sudo apt install curl jq
Authentificate API:
source functions.sh
# Authentificate by Json file
getKeysByJsonFile ~/Sync/private-notes/storage/api-keys.json
# Authentificate directly
authentificate "{Client id}" "{Client secret}"
Translate:
# Translate: item name (22206, -- Bouquet of Red Roses)
wowItemTranslate 22206 37898 ...
# Translate: Achievement category
wowAchievementCategoryTranslate 155 156 ...
Other methods:
# Get item
wowItem 22206
wowItemPreview 22206
# Get achievement categories
wowAchievementCategories
less /tmp/wowAchievementCategories.json
- Update
Interface
id in *.toc file
git add *.toc
git commit
git tag '100002.1'
git push && git push --tags
- Wait until CurseForge build automatically