基于协程的海量可控实时并发Web请求类的实现
Python3.7
- aiohttp 3.5.4
git clone https://github.com/Loveforkeeps/aiohttphugecralwer
usage: wgetaiohttp.py [-h] [-f FILE] [-c COROUTINE] [--debug]
WEB请求信息获取-协程版 Beta1.0
optional arguments:
-h, --help 显示帮助信息
-f FILE, --file FILE 选定要请求的URL文件(内容按行分割)
-c COROUTINE, --coroutine COROUTINE
协程任务数量,默认10000
--debug 调试模式,开启控制台打印
sample:
python wgetaiohttp.py -f 100000url.txt -c 10000
- None
- None
- None
This project is licensed under the MIT license
- None