Skip to content

rom1504/minecraft-schematic-crawler

Repository files navigation

minecraft-schematic-crawler

NPM version Build Status Discord Gitter Irc Try it on gitpod

Automatic minecraft schematic crawler for bots and ML

Usage

  • Analyse the index page to retrieve schematics with node indexCrawler.js. It takes about a minute.
  • Analyze each page to get more information with node pageCrawler.js. Takes about 20min due to the website throttling.
  • Get the final urls for schematics with node getFinalDownloadLinks.js. Takes 5min.
  • Download the schematics with node schematicDownloader.js. Takes 5min.
  • Run node schematicsReader.js to read a few schematics
  • Run node imageDownloader.js to get schematic images.
  • Run node imagesReader.js to read a few images

API

About

Automatic minecraft schematic crawler for bots and ML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published