Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raspi/scrapy-transcend
Crawler for transcend (us.transcend-info.com)
https://github.com/raspi/scrapy-transcend
crawler hardware memory scrapy spider
Last synced: 1 day ago
JSON representation
Crawler for transcend (us.transcend-info.com)
- Host: GitHub
- URL: https://github.com/raspi/scrapy-transcend
- Owner: raspi
- License: apache-2.0
- Created: 2020-07-31T04:23:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T13:53:07.000Z (over 4 years ago)
- Last Synced: 2024-11-10T23:12:47.449Z (about 2 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-transcend
Web crawler for ([Transcend](https://us.transcend-info.com))
## Requirements
* Python
* [Scrapy](https://scrapy.org/)## Notes
* 1 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
For example all motherboard memory modules from Supermicro's motherboards:
scrapy crawl manufacturer -a manufacturer="SUPERMICRO"
This will generate `items/Memory/SUPERMICRO/.json` which then lists all compatible memory modules for this motherboard.