billy-yoyo / RainbowSixSiege-Python-API

Asynchronous python api for rainbow six siege (r6sapi)
MIT License
130 stars 31 forks source link

Too many calls per profile #36

Closed 7est closed 4 years ago

7est commented 4 years ago

如题,查的次数一多就这样了,有什么好的规避方法吗?

billy-yoyo commented 4 years ago

You can use the player batch API to make requests for multiple players at once. There's an example of how in the examples folder.

Sorry I can't speak Chinese - hope you can understand anyway :)

7est commented 4 years ago

Thx for your advice. Sry I didn't notice the batch API, I'll try to use this to figure problem out.