This repository built for learning purpose.
Available
- Gears data (body armour, mask, gloves, etc.)
- Weapons data (main, secondary, sidearms)
Planned
- Mods
- Attachments
- Skills
- Talents
This app mainly use puppeteer for scrapping. Please refer to these articles if you wanted to learn more.
- DigitalOcean - How To Scrape a Website Using Node.js and Puppeteer
- Fireship - Modern Web Scrapping Guide
- Puppeteer - Headless Chrome Node.js API
You'll need division-builds.com
account to run the scrapper. Replace config.json
data with your account details.
{
"email": "DIVISION BUILDS ACCOUNT EMAIL HERE",
"password": "DIVISION BUILDS ACCOUNT PASSWORD HERE"
}
If you want to specify the output folder change this line (make sure the folder exist or created first).
{
"output": "FOLDER NAME"
}
Huge thank you to division-builds.com
for providing easy to use The Division gear builds creator and equipment data!
You can contact me via Discord (ln2r#1691
).
Code of this project is licensed under MIT license