Skip to content

Experimental equipment data scrapper for division-builds.com

License

Notifications You must be signed in to change notification settings

ln2r/division-builds-scrapper

Repository files navigation

Division-Builds Scrapper

This repository built for learning purpose.

Features

Available

  • Gears data (body armour, mask, gloves, etc.)
  • Weapons data (main, secondary, sidearms)

Planned

  • Mods
  • Attachments
  • Skills
  • Talents

Getting Started

References and Library Used

This app mainly use puppeteer for scrapping. Please refer to these articles if you wanted to learn more.

Configuration

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"
}

Credits, Contact and License

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

About

Experimental equipment data scrapper for division-builds.com

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published