Asyncpy协程爬虫框架
Asyncpy是我基于asyncio和aiohttp开发的一个轻便高效的爬虫框架,采用了scrapy的设计模式,参考了github上一些开源框架的处理逻辑。github: https://github.com/lixi5338619/asyncpypypi: https://pypi.org/project/asyncpy/安装需要的环境python版本需要 >=3.6依赖包: [ ‘lxml’, ‘parsel’,‘docopt’, ‘aiohttp’]如果安装报错:ERROR: