Arcana / node-dota2

A node-steam plugin for Dota 2.
MIT License
546 stars 191 forks source link

Is it possible to override 50 req/day for MatchDetails? #666

Closed 0x366 closed 2 years ago

0x366 commented 5 years ago

Hello, I need to download a lot of replay_salts - and the 50req/day is bringing that down. Is there some way to increase this limit?

Thanks

8q16d commented 5 years ago

I have the same issue. Maybe one of the CMsgClientLogon properties has a way to bypass this, since the limit is tied to the Steam user login, but I can't find any documentation for it and brute forcing would take a while.

0x366 commented 5 years ago

hm, are you sure that "limit is tied to the Steam user login" ?

jimmydorry commented 5 years ago

There are two distinct rate limits. Per user and per IP. Obviously the IP rate limit is higher than the user one, but not massively higher.

And no, you don't get exemptions. Even the very large dota organisations just have to work around it, last I spoke to one of them.

0x366 commented 5 years ago

Correct me if wrong, but the only way to get a lot of replay salts, using this repo, is to register a lot of accounts and get a lot of proxies ?