MDFowler / Showdown-Parser

Takes the battle log from Pokemon Showdown and records a player's team
1 stars 1 forks source link

Read battle log from web source #9

Open MDFowler opened 9 years ago

MDFowler commented 9 years ago

Can use urllib2, or something similar, to open webpages in python and read the source. The source has the battle log on the bottom so there is no need to copy and paste text.