Coffee-fueled-deadlines / OSRSBytes

OSRSBytes is an all-in-one Python library for Old School Runescape (OSRS) that features Item Information Lookup, OSRS Hiscores, and Grand Exchange Market information.
Eclipse Public License 2.0
49 stars 13 forks source link

Implement caching on Hiscores #5

Closed Coffee-fueled-deadlines closed 4 years ago

Coffee-fueled-deadlines commented 4 years ago

Implement caching on Hiscores using python built-in shelve package.

Coffee-fueled-deadlines commented 4 years ago

Shelve caching has been implemented on Hiscores module and code has been committed to dev branch.