Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonathanvusich/pcpartpicker-scraper

Web scraper for the PCPartPicker website
https://github.com/jonathanvusich/pcpartpicker-scraper

Last synced: about 2 months ago
JSON representation

Web scraper for the PCPartPicker website

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/JonathanVusich/pcpartpicker-scraper.svg?branch=master)](https://travis-ci.org/JonathanVusich/pcpartpicker-scraper)
# pcpartpicker-scraper
Web scraper for the PCPartPicker website.

This is the code that is used to generate updated snapshots of the pcpartpicker.com parts database. Users are welcome to submit PRs to fix issues and to update the snapshot.

## Installation

* Make sure dependencies are installed with:
`pip install -r requirements.txt`
* Install chrome driver on your system:
* Ubuntu/Debian:
`sudo apt install chromium-chromedriver`

## TODO:

* Add tests to ensure that a snapshot was successful.