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

https://github.com/keckelt/gpu-price-scraper

Scraping available GPU listings from HardwareLuxx.
https://github.com/keckelt/gpu-price-scraper

data-science gpu visualization webscraping

Last synced: 11 months ago
JSON representation

Scraping available GPU listings from HardwareLuxx.

Awesome Lists containing this project

README

          

# GPU Price Scaraper
Scraping available GPU listings from HardwareLuxx.

## How to Run

Setup Environment:
```
conda env create -f environment
conda activate gpu-price-scraper
```

Run:
```
scrapy crawl gpu -O data/nvidia.csv
```

The output is also available via [Github Pages](http://eckelt.info/gpu-price-scraper/nvidia.csv) (updated daily at 03:20 UTC).