An open API service indexing awesome lists of open source software.

https://github.com/blacha/wow-queue-mon

Monitor position in the WoW Classic Queue
https://github.com/blacha/wow-queue-mon

Last synced: 29 days ago
JSON representation

Monitor position in the WoW Classic Queue

Awesome Lists containing this project

README

          

# Read Queue position from WoW window

## Converts

### From a raw image
![Raw Image](./images/0-raw.jpeg)

### To Cropped
![Cropped Image](./images/1-cropped.jpeg)

### To Processed
![Processed](./images/2-processed.jpeg)

### To Text

```
# ./get-text.sh

Position in queue: 4019
Estimated time: 202 min
```

### Installation

```
apt-get install tesseract-ocr imagemagick
```