Skip to content

vin-03/web-scraper-mlbb-herocounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-scraper-mlbb-herocounter

A Puppeteer-based web scraper that extracts structured hero data from Mobile Legends: Bang Bang sources.

Description

This script collects for every single hero strategic hero matchup data including:

  • Counter hero
  • Countered by hero
  • Hero Synergies
  • Hero Anti-Synergies

The data are saved in a json file and they are ready for use in other tools, such as mlbb draft assistants or analysis.

Technologies Used

  • Node.js
  • Puppeteer
  • JavaScript

How to Run

  1. Clone this repository
  2. Install dependencies:
    npm install
  3. Run the scraper:
 node scraper.js


```markdown
## Future Improvements

- Add CSV export

About

A Puppeteer-based web scraper that extracts hero counter relationships from Mobile Legends: Bang Bang sources. Collects hero counter data including counters, synergies, and matchup information for strategic gameplay analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors