python-requests-proxies判断学习

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python-requests-proxies判断学习相关的知识,希望对你有一定的参考价值。

 1 # coding:utf8
 2 import requests
 3 def prox():
 4     url = http://115.159.33.177/images/ip.php
 5     ip_list = [
 6         http://111.13.7.122:80,
 7         http://183.136.218.253:80,
 8         http://121.41.31.215:80,
 9         http://113.107.112.210:8101,
10         http://219.141.189.236:3128,
11         http://47.89.30.218:80
12     ]
13     for i in ip_list:
14         ip_list1={http:i}
15         html = requests.get(url,proxies=ip_list1).text
16         if <html> in html:
17             pass
18         else:
19             print i
20 if __name__==__main__:
21     prox()

 

技术分享

成功了4个代理

ip.php代码

1 <?php
2 $ip = $_SERVER[‘REMOTE_ADDR‘];// www.hi-docs.com/php/$_SERVER.html
3 echo "$ip";
4 ?>

 

以上是关于python-requests-proxies判断学习的主要内容,如果未能解决你的问题,请参考以下文章

js判断语句的写法

shell 多重条件判断

shell脚本中的逻辑判断文件目录属性判断 if特殊用法case判断

C语言如何判断是闰年,闰年判断条件

shell脚本中的逻辑判断 文件目录属性判断 if特殊用法 case判断

ansible之条件判断