Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jonathanvusich/pcpartpicker-scraper
- Owner: JonathanVusich
- Created: 2019-05-15T23:34:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T18:56:32.000Z (over 3 years ago)
- Last Synced: 2023-03-06T23:00:46.595Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 81.5 MB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.