JamesIves / discord-wow-armory-bot

⚔️🗡️ World of Warcraft bot for Discord which checks a characters item level, notable achievements and pve/pvp progression and posts it in the chat.
https://jamesiv.es/python/2017/07/18/discord-wow-bot
MIT License
33 stars 25 forks source link

API Migrate #44

Closed JamesIves closed 5 years ago

JamesIves commented 5 years ago

Description

Provide a description of what your changes do. Migrates the wow armory bot to the new version of the Blizzard API, it now requires a client ID/Secret and basic auth to function. I've also added an additional command to display a realms wow token price.

Testing Instructions

Give us step by step instructions on how to test your changes.

Sign up for a WoW client id/secret in the new Blizzard dev portal, and run the applicaiton with $ python app.py.

Additional Notes

Anything else that will help us test the pull request.

This change is breaking if you use the current bot, so I'm going to bump this to a major version.