bwarren2 / datadrivendota

Codebase for dota analytics
Other
0 stars 0 forks source link

Full bot match-details #646

Closed bwarren2 closed 8 years ago

bwarren2 commented 8 years ago

Our parsing pipeline had three stages:

WebAPI for match details BotAPI for replay url Parsing

The BotAPI has access to almost all of the match-details data; this PR removes the WebAPI step, and python now expects the full match response from BotAPI. This is not perfect, because skillbuilds are missing, but is a better parsing experience.

NOTE: relies on concurrent merge of matchurls branch.

wlonk commented 8 years ago

lgtm.