zacholade / Rift-Companion

1 stars 0 forks source link

Consider which wrapper to use, #1

Closed zacholade closed 5 years ago

zacholade commented 5 years ago

https://discussion.developer.riotgames.com/articles/61/public-libraries-for-the-riot-games-api.html

https://github.com/pseudonym117/Riot-Watcher Seems like the best wrapper out there currently available.

https://github.com/meraki-analytics/cassiopeia The runner up.

Finally: https://github.com/Canisback/pantheon

zacholade commented 5 years ago

Riot watcher seems standard. Would need to implement methods to convert the returned data into pythonic objects instead of dict. How we save this is linked to: https://github.com/Zachy24/Rift-Companion/issues/2

zacholade commented 5 years ago

https://github.com/meraki-analytics/cassiopeia

The second option has built in caching and dict expiration of all requests... Literally all done for us om nom nom :O

zacholade commented 5 years ago

https://cassiopeia.readthedocs.io/en/latest/datapipeline.html#datapipeline It's decided, for the reason that cass has a complex data pipeline implemented, we will use this wrapper.