Skip to content

wasmrocks/wasmrocks-crawl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages