开发者

Where can I get some proxy list good for use it with Python? [closed]

开发者 https://www.devze.com 2023-01-05 19:08 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 12 years ago.

Improve this question

开发者_运维技巧Where?

I'm trying google and any of the proxys I've tried worked...

I'm trying urllib.open with it...

I don't know if urllib need some special proxy type or something like that...

Thank you

ps: I need some proxies to ping a certain website and not got banned from my ip


Try setting up your own proxy and connecting to it...


You probably don't even need to use a proxy. The urllib module knows how to contact web servers directly.

You may need to use a proxy if you're behind certain kinds of corporate firewalls, but in that case you can't just choose any proxy to use, you have to use the corporate proxy. In such a case, a list of open proxies on Google isn't going to help you.

0

精彩评论

暂无评论...
验证码 换一张
取 消