/scrapys

自用爬虫库

Primary LanguagePython

个人爬虫库

自用爬虫库

使用方式

  • 安装requirements.txt
pip install requirements.txt
  • 使用scrapy命令

https://docs.scrapy.org/en/latest/intro/tutorial.html

  • 爬虫使用案例示范:

吃灰kindle复活计——利用kindle看网络小说

scrapy project name

qianxuntxt

scrapy crawl qianxun -o test.csv

ranwen

scrapy crawl ranwen -o test.csv

biqudao

笔趣岛(已失效)

scrapy crawl biqudao -o test.csv

爬取对应书籍

ipipnet

ipip.net

爬取IP段(例如Netflix Google Youtube)

# 爬https://whois.ipip.net/search/GOOGLE%20LLC
scrapy crawl ipip.net -o test.json -a keyword=GOOGLE%20LLC