wow-server-status

command module
v0.0.0-...-c924ab2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2023 License: MIT Imports: 11 Imported by: 0

README

wow-server-status

Sometimes it's patch day (every week in fact!) and you want to play World of Warcraft, but the servers are down. This script uses the Blizzard API to figure out when your server is back up. Right now it only works for Area 52, because that's where I play, but it would be really easy to modify the code to work for your server :)

Usage

  1. Get credentials
  2. Go to https://develop.battle.net/ and accept their license.
  3. Create a new client (+ Create Client)
  4. Set Client Name, Redirect URLs, and Intended Use to whatever you want, so long as it complies with the Blizzard terms of use. We won't be using a redirect URL, so you don't have to worry about setting it to a specific value.
  5. Copy Client ID and put it in secrets/client_id.txt.
  6. Copy Client Secret and put it in secrets/client_secret.txt.
  7. Run the program!
  8. go run main.go
    

License

MIT Open Source. See LICENSE for exact details.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL