Titan
Titan copied to clipboard
Implement a check for Steam and CS:GO GC uptime issues
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.
Starting to work on this soonTM
@raspbianlike You can just use ICSGOServers_730/GetGameServersStatus (Result looks like this) and check ["result"]["services"]["SessionsLogon"] and ["result"]["services"]["SteamCommunity"] for "offline"
@raspbianlike I will overtake this suggestion from you.