Skip to content

Web scraper that scrapes a LEGO database using Scrapy

Notifications You must be signed in to change notification settings

subsr97/brickset-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Brickset Scraper Using Scrapy

Intro

A Web Scraper that uses Python3 and Scrapy to scrape Brickset - A LEGO database.

Requirements

  • Python 3.x
  • Scrapy

Usage

scrapy runspider brickset-scraper > brickset-scraper.json

Example output JSON files are here.

By default, past 5 years of bricksets are scraped.

Change the START_YEAR and END_YEAR in scraper.py to scrape desired years.

Caveat

Example output has been beautified with JSON Lint for readability.

Working of this web scraper depends on the source at Brickset.

Working as on 18 Aug 2018.

Foundation for this scraper can be found here.

About

Web scraper that scrapes a LEGO database using Scrapy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages