Closed botent closed 3 years ago
Just in case someone is facing a similar issue, here's a public repo I built using this awesome repo to get demo URLs: https://botent.github.io/CSGO-DemoURL/
Also, do remember that the CSGO And Steam must be installed (In case someone misses this).. Cheers and thanks @rossengeorgiev for the super cool repo!
@botnet, downloading csgo demos with sharecode could be nice addition to https://github.com/ValvePython/steamctl
Just in case someone is facing a similar issue, here's a public repo I built using this awesome repo to get demo URLs: https://botent.github.io/CSGO-DemoURL/
Also, do remember that the CSGO And Steam must be installed (In case someone misses this).. Cheers and thanks @rossengeorgiev for the super cool repo!
I'm assuming with this the game has to be over to get the demos?
Yes, it's not the client version :))
Hi, I hope you're doing well.
I am trying to get the full match info using a match share code and I am fine all the way till decoding the share code (I understand it's basics :)). however, when I am trying the request_full_match_info, I am not getting any data (I tried with both cli_login and anonymous login). The debug logs are below (i am using Django and have included gevent in the manage.py file (correct me if I am wrong about this) and my goal is to fetch the demo URL from the match share code. I tried using send as well. Also, I tried the same in vanilla python with gevent etc in place. Same issue :(