Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 562 Bytes

README.MD

File metadata and controls

31 lines (22 loc) · 562 Bytes

Setup

brew update
xcode-select --install
sudo pip install --upgrade pip
sudo pip install scrapy --ignore-installed six

Spiders

This project contains two spiders and you can list them using the list command:

    $ scrapy list

Running the spiders

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