• 大小: 348KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-09
  • 语言: 其他
  • 标签: 考试  学习  python  

资源简介

需要安装: 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

评论

共有 条评论