资源简介
需要安装:
pip install termcolor
MoMo-aiohttp.py在Py3.x下运行,需要安装aiohttp
代码片段和文件信息
#encoding: utf8
import aiohttp
import asyncio
from termcolor import colored
from requests import get
import re
import time
def getProxy(completion TargetNum proxynum ProxyList):
global proxies
if completion >= TargetNum:
return 0
print(‘[+] %s‘ % colored(‘get proxy...‘ ‘blue‘ attrs=[‘bold‘]) end=‘‘)
while 1:
try:
url = ‘http://www.89ip.cn/tqdl.html?num=%s‘ % proxynum
html = get(url).text
proxies = set(re.findall(
r“[0-9]{13}\.[0-9]{13}\.[0-9]{13}\.[0-9]{13}:[0-9]+“ html)) - set(ProxyList)
if not len(proxies):
print(‘\n [-]Waiting‘)
time.sleep(3)
continue
print(colored(‘[%d]‘ % len(proxies) ‘yellow‘ attrs=[‘bold‘])
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-02-25 12:36 MoMo-master\
文件 2144 2019-02-25 12:36 MoMo-master\MoMo-aiohttp.py
文件 2921 2019-02-25 12:36 MoMo-master\MoMo.py
目录 0 2019-02-25 12:36 MoMo-master\PicForREADME\
文件 285723 2019-02-25 12:36 MoMo-master\PicForREADME\2018-11-19_19-27-21.png
文件 83041 2019-02-25 12:36 MoMo-master\PicForREADME\example.png
文件 3040 2019-02-25 12:36 MoMo-master\README.md
相关资源
- Halcon学习之二:摄像头获取图像和相
- VisionPro学习视频资料及文档
- 计算机专业基础综合考试真题思路分
- Axure18个超级经典案例,值得学习.ra
- USB官方库及例程以及usb鼠标学习资料
- 王道八套卷 计算机专业基础综合考试
- Qt学习总结.zip
- 少儿python编程课件.ppt
- python招聘网站爬虫与seaborn可视化职业
- 电工学(少学时)学习辅导与习题解
- 点云pcl库学习 官方demo教程 原理解析
- Python爬取新冠肺炎疫情实时数据
- 高等数学习题全解指南 下册 同济第七
- 全网最全的autojs列子,有一千六百多
- Abaqus超级学习手册.pdf(abaqus6.14)
- 安卓开发的仿qq的社交聊天软件项目源
- Mysql学习手册
- 《SQL学习指南(第2版)》pdf 高清版
- go语言学习语法-代码
- oracle数据库学习
- [C程序设计(第四版)学习辅导].谭浩
- 全国大学计算机等级考试二级VFP公共
- 能源管理系统-源代码,是初学者很好
- PLC 西门子s7-200 S7-300编程 不可多得的
- 基于深度学习的视觉场景识别
- 离散数学 期末历年考试卷
- 电机学Flash,很好的学习资料
- Deep Learning深度学习学习笔记整理系列
- 基于SNMP协议的网络拓扑发现程序
- 山东大学 17 or 18 年 大数据期末考
评论
共有 条评论