ScrapeDota is a simple web scraper which gets the latest hero data from www.dota2.com/heroes.
ScrapeDota is self contained in the scrapedota.py
file from the repository.
- Scrape the latest hero data from www.dota2.com/heroes and print JSON to
hero_data.txt
.
ScrapeDota does not yet scrape item data.
MIT, see LICENSE for more details.