Skip to content
This repository was archived by the owner on Nov 15, 2020. It is now read-only.

ternaryCat/starcraft-spawning_tool-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Parser starcraft builds

Took builds from this site

Installing

For working need jupyter notebook

installing jupyter is described here

for install required libs need run first cell

!pip install numpy pandas requests bs4

if it doesn't work, try

!pip3 install numpy pandas requests bs4

What was parsed

From page with build orders

  • matchup
  • build's type

home

From pages with each build order

  • title
  • time of published
  • time of modified (if exist)
  • actions of build order

build

About

Parser starcraft builds from lotv.spawningtool.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published