sharecode¶
-
csgo.sharecode.decode(code)¶ Decodes a match share code
Parameters: code (str) – match share code (e.g. CSGO-Ab1cD-xYz23-7bcD9-uVZ23-12aBc)Raises: ValueErrorReturns: dict with matchid, outcomeid and token Return type: dict {'matchid': 0, 'outcomeid': 0, 'token': 0 }