Skip to content

ervin-sungkono/MLBB-Wiki-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLBB Wiki Scraper

Tools to scrape web data from the MLBB Wiki and output it as a JSON file, currently the available data that can be scraped are:

  • Heroes Data
  • Equipment Data
  • Emblem Data

This web scraping tool is mainly built using Puppeteer, you can check the documentation by Clicking Here

Resources

Installation and Setup

  1. Clone this repository
git clone https://github.com/ervin-sungkono/qr-code-gen.git
  1. Install dependency
npm install
  1. Run the app
npm start
  1. All output files will show in the following directories:
  • /output for all heroes, equipments, and emblems
  • /heroes for each hero's detail
  • /equipment for each equipment's detail

Preview

Hero List JSON Example

Hero Preview

Equipment List JSON Example

Equipment Preview

Emblem List JSON Example

Emblem Preview

About

Scraping tool to extract data from MLBB Wiki and output as JSON file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published