Skip to content

Screen monitoring tool that notifies you when your WoW queue to server is starting to end. Sends a Push message to your mobile device.

Notifications You must be signed in to change notification settings

nvirm/K8-Gnomish-Queuing-Device

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8 Gnomish Queuing Device

alt text Screenshot of 1.0 version, not accurate of current.

How to use?

  1. Get your Pushbullet API key from https://www.pushbullet.com/#settings (create access token).

OR

  1. Buy Pushover for your mobile device (4.99USD one time fee) and set up an application at https://pushover.net/apps/build

  2. Place the access token to appsettings.json file inside "Compiled" Release folder (fill either Pushover or PushBullet, or both), then Select APImode (1 for PushBullet, 2 for Pushover, if you use Pushover, you need to pass user key also).

  3. Open the .exe from "Compiled" Release folder.

  4. Place the open application so that you can see the Queue status on the "window" of the application.

  5. After this, press Start GQD.

What it does

WinForms application that takes a screenshot of a screenarea, passes the image to Tesseract OCR (Optical character recognition), and sends a Push message to the user of notable events, such as:

  • Status updates of queue every 15 minutes (includes position info and speed info)
  • Queue status less than 1000 (this message is sent once every 3 minutes when under 1000 players in queue)
  • Queue status not found (General error message, maximum spam of 3 messages in a row, then only after a successful scan)
  • Different error messages (maximum spam of 3 messages in a row, then only after a successful scan)
  • You have been disconnected -message (maximum spam of 3 messages in a row, then only after a successful scan)

In addition, it tracks the total time you have spent in queue (while activated from "Start GQD"), and keeps track of the original queue place you started in, and tracks speed of queue (very simple calculation, no algorithms).

Also, as per 1.1 release, includes Estimated Time Remaining -calculations. Calculation is done with the "last 15 minutes" of data, so the estimate SHOULD take in account a "heavy end" queue, where the last ~1500 slots open slowly.

PLEASE NOTE!

Your World of Warcraft must be running in either Maximized Windowed or Windowed mode, since this application has to be on top of the game.

Also, I take no responsibility of you using this tool. It is not an forbidden tool type as far as I know, since it does not interfere or modify anything, it merely observes text on a screenshot and sends a message if it matches a rule.

PushBullet API has a 500 API messages / month limit.

Pushover.net has a 7500 API messages / month limit / application, you can create more applications.

Powered by

About

Screen monitoring tool that notifies you when your WoW queue to server is starting to end. Sends a Push message to your mobile device.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages