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
- Clone this repository
git clone https://github.com/ervin-sungkono/qr-code-gen.git
- Install dependency
npm install
- Run the app
npm start
- 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