ValvePython / csgo

🔫 Python package for interacting with CS:GO Game Coordinator
http://csgo.readthedocs.io
123 stars 17 forks source link

How can i get accound id of user? #45

Closed Soulbadguy54 closed 3 years ago

Soulbadguy54 commented 3 years ago

Hello, I have all info like steam_id, auth-key, share_code. When i get dict with all match_info, there are only account_id's. Who can i correspond account_id and some other info to identify user? Probably i should use some methods?

rossengeorgiev commented 3 years ago

Just use SteamID(account_id)

Soulbadguy54 commented 3 years ago

Just use SteamID(account_id)

Thx you!