Closed yznts closed 6 years ago
All features are automatically mixed into CSGOClient
. So you just use the method from there.
cs = CSGOClient(...)
cs.request_preview_data_block(s=76561198390812765, a=11899154096, d=14908795644343063777, m=0)
You have to login before you make requests.
client = SteamClient()
client.cli_login()
cs = CSGOClient(client)
cs.launch()
cs.wait_event('ready')
cs.request_preview_data_block(s=76561198390812765, a=11899154096, d=14908795644343063777, m=0)
Obviously, you need to do more if you want to make this reliable.
Closing this due to inactivity
Usage is not provided in docs. Example:
Not working