Used to extract data from fotmob and generate analysis and graph You just have to provide the match id. Also the matchid can be found in the data.py module.
data.py -> to extract match id and league id from current date
gpt.py -> takes match id as a parameter and return player and team radar charts and analysis in a new direcrory
impstats.json -> match stats in a json format
leagues.txt -> stores match id and league id , by running data.py
match.py -> just a test file :)
teams.py -> returns standings by taking league id as a parameter
stats.json -> saves individual player stats in json file
openai.py -> contains important definitions used in gpt.py