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.
- Host: GitHub
- URL: https://github.com/keckelt/gpu-price-scraper
- Owner: keckelt
- License: mit
- Created: 2022-02-09T08:29:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T08:06:23.000Z (almost 4 years ago)
- Last Synced: 2025-01-01T09:24:07.568Z (over 1 year ago)
- Topics: data-science, gpu, visualization, webscraping
- Language: Python
- Homepage: https://observablehq.com/@keckelt/gpu-prices
- Size: 1.67 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).