Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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.