Skip to content

MikeGlotzkowski/aram-pred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aram-pred

to run:

place under ./_private/env.sh

export MONGO_USERNAME="XXX"
export MONGO_PASSWORD="XXX"
export RIOT_API_KEY="XXX"
source venv/bin/activate

run mongo:

cd ./infrastructure
./mongo.sh

run notebooks:

# linux
jupyter notebook

# wsl
jupyter notebook --port=8889 --no-browser

todos:

frs

get matchlist for a player

get match details for a matchid

get players from matchdetail

write a player into db (if not exist)

write a matchdetail to db (if not exist)

write processor that reads 1 player and saves whole match history --> start 0,99 --> 100, 199 --> 200, 299 stop @ end index = totalGames

write match history to database

query every match from match history

write every match to db

crawl to next 10 players

create cleansed dataset

filer data set for aram only

write dataset back to db

sort summoner spells

start ml~~~

nfrs

logging

retry if throttled

player as json see why not in db

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published