ShoobyDoo / OPGG.py

An unofficial Python library for accessing OPGG data.
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Cache all champions and seasons #6

Closed ShoobyDoo closed 7 months ago

ShoobyDoo commented 1 year ago

Right now, to get all_champions and all_seasons, these are additional requests out to opgg, but more importantly, these do not change regularly.

Caching this information makes much more sense.

System:

ShoobyDoo commented 7 months ago

commit fc55acc closes this.