A simple Python webscrapper to gather information of heroes' counters from Dotabuff.
You'll need requests and beautifulsoup4 for it to work.
pip install requests
pip install beautifulsoup4
To save counters from all heroes, go to your directory and run
python3 dotabuff_scrapper
Or, to get counters from just one hero, do:
python3 dotabuff_scrapper heroname
# python3 dotabuff_scrapper zeus