Skip to content

Instantly share code, notes, and snippets.

View zlin888's full-sized avatar
🎯
Focusing

zlin888 zlin888

🎯
Focusing
View GitHub Profile
@zlin888
zlin888 / scrapy_cheatsheet.md
Last active February 22, 2024 03:06
scrapy cheatsheet

Scrapy Cheatsheet

For test

scrapy shell https://example.com/

Run

scrapy crawl spider_name

Output

scrapy crawl dapps -o data/07-07-dapps.csv
scrapy crawl dapps -t csv -o - >"data/dapp/$DATE-dapp.csv"