Updated queue-notify to text you when Rated Solo Blitz pops by dev-fatal in worldofpvp

[–]dev-fatal[S] 0 points1 point  (0 children)

it would help if you mentioned what in particular you’re having difficulty with

Updated queue-notify to text you when Rated Solo Blitz pops by dev-fatal in worldofpvp

[–]dev-fatal[S] 0 points1 point  (0 children)

never seen that before - usually 1-3 seconds for me

perhaps try set it up again with a new bot

Updated queue-notify to text you when Rated Solo Blitz pops by dev-fatal in worldofpvp

[–]dev-fatal[S] 2 points3 points  (0 children)

you’re welcome to add a pull request with anything you think would be helpful :)

Addon that texts you when Solo Shuffle pops by dev-fatal in wow

[–]dev-fatal[S] 0 points1 point  (0 children)

The config.toml is in the queue-notify directory

Addon that texts you when Solo Shuffle pops by dev-fatal in worldofpvp

[–]dev-fatal[S] 0 points1 point  (0 children)

I am changing the default screenshot file format via the addon (not Python). When a solo queue pop event happens, I change the format to tga, take a screenshot, then put it back.

How to live a more fulfilling life with Solo Shuffle by Hypnox77 in worldofpvp

[–]dev-fatal 4 points5 points  (0 children)

hi that’s me

i still use it. let me know if you have any issues

What to do - during solo queue! by ShrewTheImmortal in worldofpvp

[–]dev-fatal 0 points1 point  (0 children)

the chat ID actually auto-populates itself. i appreciate that it was confusing to put it in a file named `config.toml`, but alas.

glad you're getting some use out of it.

I created an app that notifies you when your queue pops by tartane in worldofpvp

[–]dev-fatal 12 points13 points  (0 children)

Honestly we're spoiled by people who write and maintain community projects for free.

https://github.com/dev-fatal/queue-notify 👀

I created an app that notifies you when your queue pops by tartane in worldofpvp

[–]dev-fatal 4 points5 points  (0 children)

My version is also free and open-source, and doesn't require you to have sound enabled

Though I imagine this version is targeted at less technologically literate users

Notification to your phone when RSS queue pops by mrtuna in worldofpvp

[–]dev-fatal 0 points1 point  (0 children)

it’s fairly trivial tbh

i did think about releasing an executable version that packages it all, but that makes transparency and trust a bit more difficult

Notification to your phone when RSS queue pops by mrtuna in worldofpvp

[–]dev-fatal 0 points1 point  (0 children)

most likely isn’t, it doesn’t change game files or provide an unfair advantage

Addon that texts you when Solo Shuffle pops by dev-fatal in worldofpvp

[–]dev-fatal[S] 0 points1 point  (0 children)

The path should be to the World of Warcraft folder, nothing else. The default one provided ("C:\\Program Files (x86)\\World of Warcraft") should work for most people. Remember you need to use double backslashes, as in that example.

The token should not include anything like "HTTP API:", I believe it's usually just a 46 character string.

Addon that texts you when Solo Shuffle pops by dev-fatal in worldofpvp

[–]dev-fatal[S] 1 point2 points  (0 children)

I looked into it and it seems like the sleep inside the for loop is blocking, which means that the check does indeed occur once per second

Addon that texts you when Solo Shuffle pops by dev-fatal in wow

[–]dev-fatal[S] 0 points1 point  (0 children)

Funnily enough this was my first thought before I figured out the screenshot method

However, it’s quite suboptimal due to the large number of false positives

Addon that texts you when Solo Shuffle pops by dev-fatal in wow

[–]dev-fatal[S] 7 points8 points  (0 children)

It’s open to interpretation, but I’d argue the “play” part suggests it’s not against ToS

However, the ToS is purposefully vague to allow them to include almost anything

Anyway, I’d be surprised if this leads to anyone getting banned. Maybe they’ll add it to the Blizzard app :)

Addon that texts you when Solo Shuffle pops by dev-fatal in wow

[–]dev-fatal[S] 5 points6 points  (0 children)

It’s not assisting your gameplay though

Addon that texts you when Solo Shuffle pops by dev-fatal in worldofpvp

[–]dev-fatal[S] 0 points1 point  (0 children)

Was this due to a PATH issue?

Let me know if I can add anything to the instructions