Tool which Analyse your SoloQ and DuoQ games
- Python 3.7+ installed on your system.
- A valid Riot Games API key. You can get one from the Riot Developer Portal.
- Clone the repository:
git clone https://github.com/justinjd00/RiotMatchAnalyzer.git
cd RiotMatchAnalyzer- Install dependencies:
pip install -r requirements.txt[API]
key = RGAPI-Your-API-Key-Here
region = europe
[Logging]
level = INFO
[Network]
timeout = 10
max_retries = 5
[Cache]
size = 1024
enable_cache = True
[Output]
colored_console = true
[Statistics]
detailed_champion_stats = falseReplace RGAPI-Your-API-Key-Here with your actual Riot API key.
You can adjust other settings (e.g., network timeout, max retries, cache size, and whether you want colored output in the console).
python main.pyContributions are welcome! Feel free to open an issue or submit a pull request if you have ideas for improvements or new features.
This project is licensed under the MIT License.