Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raspi/scrapy-corsair
Web crawler for Corsair (corsair.com)
https://github.com/raspi/scrapy-corsair
crawler hardware memory scrapy spider
Last synced: 17 days ago
JSON representation
Web crawler for Corsair (corsair.com)
- Host: GitHub
- URL: https://github.com/raspi/scrapy-corsair
- Owner: raspi
- License: apache-2.0
- Created: 2020-07-29T00:02:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-13T12:46:16.000Z (over 3 years ago)
- Last Synced: 2024-11-10T23:12:53.070Z (3 months ago)
- Topics: crawler, hardware, memory, scrapy, spider
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scrapy-corsair
Web crawler for Corsair ([corsair.com](https://www.corsair.com))
## Requirements
* Python
* [Scrapy](https://scrapy.org/)## Notes
* 30 day cache is used in `settings.py`
## Spiders
All items are downloaded as JSON in the `items/` directory.
### Memory modules for all motherboards from certain manufacturer
scrapy crawl manufacturer -a manufacturer="Super Micro"
This will generate `items/Memory/Super Micro/.json` which then lists all compatible memory modules for this motherboard.
### Memory modules for certain motherboard
scrapy crawl motherboard -a product="X11SSQ"
This will generate `items/Memory/_unknown/X11SSQ.json` which then lists all compatible memory modules for this motherboard.
Manufacturer directory is `_unknown` because this information is not available.