scrapy の使い方
1.インストール
sudo easy_install scrapy
2.scrapyプロジェクトを作成
scrapy createproject projectname
3.scrapyプロジェクト実行
scrapy crawl “name" -o items.json -t json
Coding Changes the World
1.インストール
sudo easy_install scrapy
2.scrapyプロジェクトを作成
scrapy createproject projectname
3.scrapyプロジェクト実行
scrapy crawl “name" -o items.json -t json