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