Table of Contents
TFT Watcher is an app designed to help TFT players prepare for tournaments by breaking down opponents' match history, item tendency, composition tendency, and average position.
This project is phase 1 of TFT Watcher, TFT Watcher TXT. In this project, the output and results found will be written presented on a txt file.
Stay tuned for future development for phase 2 and phase 3.
This project is built with:
Before you use this project, please follow the prerequisites and complete.
Things you need to use the project and how to install them.
- Get your API Key at https://developer.riotgames.com/
- Clone the repo
git clone https://github.com/DevJFok/tft-watcher-txt
- Install Riot Watcher packages
pip install riotwatcher
- Enter your API in
tft_api_main.py
api_key = 'enter-your-api-key'
The program accepts 3 inputs:
- Enter a valid League of Legends Summoner Name:
Enter Summoner Name: Xentury
- Enter a valid League of Legends Region:
(Valid Regions include: na1, euw1, eun1, kr, jp1)
Please enter your server: na1
- Enter a valid integer greater than 0:
Enter Match History count: 10
The input should look like this:
The results will be presented on a txt file in the format of 'SummonerName_Region_txt_file.txt'. An example of a result file is included, check out example-output
LinkedIn - /jarrett-fok - jarrettfok@gmail.com
Project Link: https://github.com/DevJFok/tft-watcher-txt