https://github.com/guilospanck/dota2-counters
A simple Python webscrapper to gather information of heroes' counters from Dotabuff.
https://github.com/guilospanck/dota2-counters
dota2 python scrapper
Last synced: 7 months ago
JSON representation
A simple Python webscrapper to gather information of heroes' counters from Dotabuff.
- Host: GitHub
- URL: https://github.com/guilospanck/dota2-counters
- Owner: Guilospanck
- License: apache-2.0
- Created: 2020-10-23T11:19:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T08:40:52.000Z (over 3 years ago)
- Last Synced: 2025-03-27T13:05:04.868Z (8 months ago)
- Topics: dota2, python, scrapper
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dota2Counters
A simple Python webscrapper to gather information of heroes' counters from Dotabuff.
## Instalation
You'll need requests and beautifulsoup4 for it to work.
```bash
pip install requests
```
```bash
pip install beautifulsoup4
```
## How to use
To save counters from all heroes, go to your directory and run
```bash
python3 dotabuff_scrapper
```
Or, to get counters from just one hero, do:
```bash
python3 dotabuff_scrapper heroname
# python3 dotabuff_scrapper zeus
```