Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 983 Bytes

README.md

File metadata and controls

40 lines (21 loc) · 983 Bytes

RuneChange

Small app that pulls and sets runes based on champ

demo image

TODO:

Spin up Discord API - check if Discord has r/w/x permissions to set runes

Clean up datadragon pattern matching

update datadragon to latest version

Add routine to not crash on connection while client is spinning up

Add panels for individual runes

create launcher / native runtime

Problems:

LCU wrapper only runs locally - can't be entirely server side -create lightweight client that takes care of setting runes -might need to write own api that interacts w client, ie:

Resources

https://github.com/stirante/RuneChanger

https://github.com/stirante/lol-client-java-api

https://riot-api-libraries.readthedocs.io/en/latest/lcu.html

https://nickcano.com/reversing-league-of-legends-client/

https://lcu.vivide.re/ - LCU docs

https://jsoup.org/ - java web scraping