Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Scraper for pcpartpicker.com
https://github.com/dbeley/pcpartpicker-scraper

pcpartpicker

Last synced: about 1 month ago
JSON representation

Scraper for pcpartpicker.com

Awesome Lists containing this project

README

        

# pcpartpicker-scraper

Scraper for pcpartpicker.com

## Requirements

- bs4
- lxml
- numpy
- pandas
- requests
- selenium
- tqdm

## Installation of the virtualenv (recommended)

```
pipenv install
```

## Usage

```
python get_builds_urls.py
python builds-scraper.py -f FILE_BUILDS_URLS

python get_parts_urls.py
python parts-scraper.py -f FILE_PARTS_URLS
```

## Help

```
python get_builds_urls.py -h
python builds-scraper.py -h

python get_parts_urls.py -h
python parts-scraper.py -h
```