dota-team-standings

Scrape Valve's DOTA2 pro circuit website to transform the data into a slightly more machine-friendly form.

Licensed under apache-2.0

A simple view of DOTA2 pro team standings. CSV and interactive HTML available.

Here is a way to run this project, certainly not the only way:

docker build -t dota-team-standings .
docker run -it -v $(pwd)/data:/data --rm dota-team-standings:latest
ruby -rwebrick -e'WEBrick::HTTPServer.new(:Port => 3000, :DocumentRoot => Dir.pwd).start'