brew update
xcode-select --install
sudo pip install --upgrade pip
sudo pip install scrapy --ignore-installed six
This project contains two spiders and you can list them using the list
command:
$ scrapy list
You can run a spider using the scrapy crawl
command, such as:
$ scrapy crawl tag-webassembly
If you want to save the scraped data to a file, you can pass the -o
option:
$ scrapy crawl tag-webassembly -o ./tmp/tag-webassembly.json