pseudonym117 / Riot-Watcher

Simple Python wrapper for the Riot Games API for League of Legends
MIT License
531 stars 150 forks source link

Multiple API Keys #198

Closed mbpictures closed 2 years ago

mbpictures commented 2 years ago

Hi!

Is it possible to use multiple API keys and switch between these to increase rate limit? Hope this works and thanks for your work!

Best wishes

pseudonym117 commented 2 years ago

This is not allowed by riots policies, and I won't add it as a feature as such. If you can justify why you need higher limits, riot will generally up your rate limit.

If you really want to go this route, you may be able to just make another python process and use a different api key in that process. But again - that's definitely against riots policy.