Titan icon indicating copy to clipboard operation
Titan copied to clipboard

Implement a check for Steam and CS:GO GC uptime issues

Open mellowagain opened this issue 7 years ago • 3 comments

Description

Implement a message or check regarding the Steam network and the CS:GO Game Coordinator's uptime at the time of botting. This can be easily achieved like the way SteamDB does it.

By investigating further, one can see that SteamDB's SteamStatus doesn't offer a API. It does however include a link to a Steam Web API method that gives out direct information about the CS:GO GC Status and alternatively SteamGauge may be used to supply the Steam Community uptime API that Steam Status doesn't offer.

mellowagain avatar Dec 31 '17 01:12 mellowagain

Starting to work on this soonTM

raspbianlike avatar Feb 08 '18 10:02 raspbianlike

@raspbianlike You can just use ICSGOServers_730/GetGameServersStatus (Result looks like this) and check ["result"]["services"]["SessionsLogon"] and ["result"]["services"]["SteamCommunity"] for "offline"

sapphyrus avatar Feb 18 '18 13:02 sapphyrus

@raspbianlike I will overtake this suggestion from you.

mellowagain avatar Apr 04 '18 21:04 mellowagain