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.
- Make sure dependencies are installed with:
pip install -r requirements.txt
- Install chrome driver on your system:
- Ubuntu/Debian:
sudo apt install chromium-chromedriver
- Ubuntu/Debian:
- Add tests to ensure that a snapshot was successful.