I'm using the great Requests library in my Python script: import requests r = requests.get("some-site.com") print r.text. I would like to use socks proxy.
確定! 回上一頁