Xyntax/POC-T

Wiki错误

wjy397 opened this issue · 1 comments

01 需求与设计
爬虫

示例:B站用户签名档爬虫
命令:python POC-T.py -eC -s spider-example -iA 1-200000 -t 50

-eC : 使用单线程异步(协程)
-iA 1-200000 : 生成从1到200000的连续数字作为用户ID
-t 50 : 设置并发数量为50

源码里 没有-eC参数 异步协程-eG

thanks