Sizzlefrost / inter-bot

discord bot collaboration
MIT License
0 stars 0 forks source link

Clash development: to-do list #2

Open Sizzlefrost opened 2 years ago

Sizzlefrost commented 2 years ago
Sizzlefrost commented 2 years ago

Helpful links

Riot's LOL documentation page https://developer.riotgames.com/docs/lol

Riot's APIs (pointing to clash) https://developer.riotgames.com/apis#clash-v1

An overview of interfacing with the LCU (League Client API) https://hextechdocs.dev/getting-started-with-the-lcu-api/

The LCU's documentation https://www.mingweisamuel.com/lcu-schema/tool/#/

Python requests lib: the Response object and what to do with it https://www.w3schools.com/python/ref_requests_response.asp

A refresher on HTTP status codes https://developer.mozilla.org/en-US/docs/Web/HTTP/Status

Sizzlefrost commented 2 years ago

New patch, new todos! These are each a fairly big task in its own right.