Skip to content

A simple Python webscrapper to gather information of heroes' counters from Dotabuff.

License

Notifications You must be signed in to change notification settings

Guilospanck/dota2-counters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dota2Counters

A simple Python webscrapper to gather information of heroes' counters from Dotabuff.

Instalation

You'll need requests and beautifulsoup4 for it to work.

pip install requests
pip install beautifulsoup4

How to use

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

About

A simple Python webscrapper to gather information of heroes' counters from Dotabuff.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages