摘要: import reimport requestsimport threadingimport _threadfrom time import sleepimport timeimport randomrespose=requests.get('http://www.xiaohuar.com/v/') 阅读全文
posted @ 2019-05-10 17:40 zzzs2 阅读(165) 评论(0) 推荐(0)
摘要: # -*- coding: UTF-8 -*-import xlrdimport xlwt#只能读不能写openexcel = xlrd.open_workbook('11.xlsx')#打开一个excelsheet = openexcel.sheet_by_index(0)#根据顺序获取sheet 阅读全文
posted @ 2019-05-10 17:16 zzzs2 阅读(288) 评论(0) 推荐(0)
摘要: import osimport reimport requestsimport threadingimport _threadfrom time import sleepimport timeimport randomrespose=requests.get('http://www.xiaohuar 阅读全文
posted @ 2019-05-10 17:13 zzzs2 阅读(326) 评论(0) 推荐(0)
摘要: from wxpy import *from time import sleepimport randombot = Bot(cache_path= True)#print('防止微信账号违规操作被封,每次发送信息时间间隔为随机0-1.5s')message = input('请输入要发送的微信信息 阅读全文
posted @ 2019-05-10 17:10 zzzs2 阅读(269) 评论(0) 推荐(0)
摘要: # encoding=utf-8from wxpy import *bot = Bot(cache_path=True, console_qr=False)# 启用 puid 属性,并指定 puid 所需的映射数据保存/载入路径mymine = bot.friends().search('小号')[ 阅读全文
posted @ 2019-05-10 17:06 zzzs2 阅读(1018) 评论(0) 推荐(0)
摘要: from wxpy import *from time import sleepimport randombot = Bot(cache_path= True)#print('防止微信账号违规操作被封,每次发送信息时间间隔为随机0-1.5s')message = input('请输入要发送的微信信息 阅读全文
posted @ 2019-05-10 17:05 zzzs2 阅读(1670) 评论(0) 推荐(0)