Skip to content

Instantly share code, notes, and snippets.

View EndingCredits's full-sized avatar

William Woof EndingCredits

View GitHub Profile
#! /usr/bin/python
import dota2api
from dota2api.src.exceptions import APIError, APITimeoutError
import csv
from multiprocessing import Pool
import time
import sys
def getMatchInfo( api, matchId ):