Program that sends you a text when your Solo Shuffle pops in World of Warcraft. Developed for Windows 11 (but 10 should work).
Please note that this program is in Alpha, and so you can expect errors to occur and things to be more difficult to set up for now. I've decided to release it despite the somewhat primitive state, as I think it will be useful for a lot of people who are able to follow the instructions below.
Report any problems in the Issues tab, but please try searching things yourself first.
You can view the addon source code here: https://github.com/dev-fatal/queue-notify-addon
/reload
git clone https://github.com/dev-fatal/queue-notify
, or download the ZIP and then extract it somewhere)cd
into where you saved it, e.g., cd C:\Users\test\Documents\queue-notify
pip install -r requirements.txt
and wait until complete.@BotFather
and type /newbot
. You will then be prompted to fill in some valuesQueueNotify
queuenotify_123456_bot
token
in the config.toml
filepath
to your WoW folder in config.toml
is correct. You must use double backslashes, e.g., "C:\\Program Files (x86)\\World of Warcraft"
python main.py
. You will need to run this whenever you want to begin monitoring after a restartt.me/{username}
link given to you by the BotFather. Note you need to type something as well as the default /start
.If using Linux, you should make the following changes:
self.path = config["path"] + "\\_retail_\\Screenshots"
to self.path = config["path"] + "/_retail_/Screenshots"
in monitor.py
path = "/home/<username>/.local/share/Steam/steamapps/compatdata/<id>/pfx/drive_c/Program Files (x86)/World of Warcraft"
It is likely that this program will change significantly, and so you should check back here for updates. Please also keep the addon updated.
If you wish to change your linked Telegram account, simply change the chat_id
value in config.toml
to ""
and re-run the program.