用来爬取起点排行榜数据
Python 3.4+ Scrapy fonttools Requests
参考Scrapy
默认爬月票榜:
scrapy crawl rank
可指定参数type爬其他榜单,如:
scrapy crawl rank -a type=collect // 收藏榜
type参数取自网页url: https://www.qidian.com/rank/collect?style=1
默认爬日榜:
scrapy crawl fans-rank
可指定参数type爬总榜:
scrapy crawl fans-rank -a type=2 // 总榜
type参数取自网页url: https://www.qidian.com/rank/fans?dateType=2