Looks like aiohttp.ProxyConnector
doesn't support socks proxy. Is there any workaround for this? I would be grateful for any advice.
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
aiosocks does not work with the newer version 3.+ of aiohttp. You can use aiosocksy to implement socks proxy.
To check whether aiosocksy is working you can look at the following code sample https://stackoverflow.com/a/53657536/6735546
Have you tried aiosocks ?