ihandmine
ihandmine
If you want to use session mode to initiate a request, only aiohttp requests are supported. You only need to configure: `REQUESTS_SESSION_STATS = True` If you want to use cookie,...
有一个简单的案例, 你可以参考一下: https://github.com/ihandmine/aioscpy/tree/main/example 有什么不懂可以提issue问我 视频教程或者项目演示这个建议, 有时间会考虑做一下
Refer to the usage of this file: https://github.com/ihandmine/aioscpy/blob/main/cegex/httpbin_post.py  Whether to answer your doubts
Temporarily does not support this operation -o sink type, but can be reserved for future features
感谢反馈 之前有个哥们发现了这个问题 git上修复了 还没来的及发新版 今天加强了这部分校验, 已在1.0.10版本已修复该问题:  
我这里验证过了, 确实是在开放指定TLS版本的时候没有控制使用多次时的问题, 我修复一下, 更新后可以正常使用
目前是支持随机浏览器版本型号和随机MicorMessenger号来做随机选项, 比如你的这种场景可以使用:  你看这个目前能否解决你的问题
我这边用scrapy_redis测试是没有问题的, 你再检查一下你的代码
ua 这部分就是headers的UserAgent参数: ``` headers['UserAgent'] = UserAgent().random ``` 关于headers相关的可以参考我的另一个包[anti-header](https://github.com/ihandmine/anti-header), 兼容拓展了ua包 tls 这部分可以参考Readme文档: 
升级到1.0.9版本 已经修复该问题, 并且支持新写法(并不影响原来的用法): 