0

Is there an API for seeing match history

posted in Off Topic
Comments:
Threaded Linear
#1
RPowerPig

I want to make an AI that tries to predict game results, is there an API that can give me match history with results and map scores

#2
sheesh_gamer
-5
Frags
+

You don't need fancy AI... I will tell you now TSM win berlin

#3
ArgieGR8ArgieB8ArgieM8
0
Frags
+

Maybe runitback.gg, or you can do it the dirty way by scraping from vlr or thespike.

#7
Mememeister1
0
Frags
+

coughs abruptly I've never done taken stats from vlr

#4
Typical_NA_Fan
6
Frags
+

if(teamA == "XSET" OR teamB == "XSET"):
winner = "XSET"
return winner
else:
winner = random(teamA, teamB)
return winner

EZ coding, you don't even need API for stats

#5
DogeForPres
3
Frags
+

yes

#6
ArgieGR8ArgieB8ArgieM8
1
Frags
+

+1, but

def winner(teams):
  return "XSET" if "XSET" in teams else choice(teams)
#8
TSMFANFOREVER
1
Frags
+

int teamarray[2];
for(int i=0;i<2;i++){
cin>>teams;}
if(teamarray[0]==TSM){
cout<<"TSM is the winner";}
else if(teamarray[1]==TSM){
cout<<"TSM is the winner";}
else{
cout<<"Team is not TSM so they are trash";}

#9
ArgieGR8ArgieB8ArgieM8
1
Frags
+

here u go king https://www.vlr.gg/pickem/91e38fc9

#10
Asphyxia
0
Frags
+

how

#11
ArgieGR8ArgieB8ArgieM8
0
Frags
+

https://www.vlr.gg/30835/bug-report-pickem

#13
Asphyxia
0
Frags
+

LMAOOOOO

#12
sidrical
0
Frags
+

this is it

  • Preview
  • Edit
› check that that your post follows the forum rules and guidelines or get formatting help
Sign up or log in to post a comment