python 获取微信好友列表的方法(微信web)
作者:BusyMonkey 发布时间:2022-02-20 10:05:21
标签:python,微信,好友,列表
如下所示:
import urllib
import urllib2
import os
import time
import re
import cookielib
import xml.dom.minidom
import json
tip = 0
uuid = ''
successUrl = ''
skey = ''
wxsid = ''
wxuin = ''
pass_ticket = ''
deviceId = 'e000000000000000'
imagesPath = os.getcwd() + '/weixin.jpg'
BaseRequest = {}
base_uri = ''
push_uri = ''
def getUUID():
global uuid
url = 'https://login.weixin.qq.com/jslogin'
values = {
'appid':'wx782c26e4c19acffb',
'redirect_uri':'https://wx.qq.com/cgi-bin/mmwebwx-bin/webwxnewloginpage',
'fun':'new',
'lang':'zh_CN',
'_':int(time.time())
}
request = urllib2.Request(url=url, data=urllib.urlencode(values))
response = urllib2.urlopen(request)
data = response.read()
print data
regx = r'window.QRLogin.code = (\d+); window.QRLogin.uuid = "(\S+?)"'
pm = re.search(regx, data)
code = pm.group(1)
uuid = pm.group(2)
print code, uuid
if code == '200':
return True
return False
def show2DimensionCode():
global tip
url = 'https://login.weixin.qq.com/qrcode/' + uuid
values = {
't':'webwx',
'_':int(time.time())
}
request = urllib2.Request(url=url, data=urllib.urlencode(values))
response = urllib2.urlopen(request)
tip = 1
f = open(imagesPath, 'wb')
f.write(response.read())
f.close()
time.sleep(1)
os.system('call %s' % imagesPath)
print u'please sacn qcode by your phone'.encode('GBK')
def isLoginSucess():
global successUrl, base_uri, push_uri
url = 'https://login.weixin.qq.com/cgi-bin/mmwebwx-bin/login?tip=%s&uuid=%s&_=%s' % (tip, uuid, int(time.time()))
request = urllib2.Request(url=url)
response = urllib2.urlopen(request)
data = response.read()
print data
regx = r'window.code=(\d+)'
regxLogin = r'window.redirect_uri="(\S+?)"'
pm = re.search(regx, data)
pmLogin = re.search(regxLogin, data)
code = pm.group(1)
if pmLogin != None:
successUrl = pmLogin.group(1) + '&fun=new&version=v2'
if code == '201':
print'Scan QR code successfully!'
elif code == '200':
print'Logining...'
services = [
('wx2.qq.com', 'webpush2.weixin.qq.com'),
('qq.com', 'webpush.weixin.qq.com'),
('web1.wechat.com', 'webpush1.wechat.com'),
('web2.wechat.com', 'webpush2.wechat.com'),
('wechat.com', 'webpush.wechat.com'),
('web1.wechatapp.com', 'webpush1.wechatapp.com'),
]
base_uri = successUrl[:successUrl.rfind('/')]
push_uri = base_uri
for (searchUrl, pushUrl) in services:
if base_uri.find(searchUrl) >= 0:
push_uri = 'https://%s/cgi-bin/mmwebwx-bin' % pushUrl
break
elif code == '408':
print'Login Timeout!'
return code
def webwxnewloginpage():
global successUrl, skey, wxsid, wxuin, pass_ticket, BaseRequest
request = urllib2.Request(url=successUrl)
response = urllib2.urlopen(request)
data = response.read()
doc = xml.dom.minidom.parseString(data)
root = doc.documentElement
for node in root.childNodes:
if node.nodeName == 'skey':
skey = node.childNodes[0].data
elif node.nodeName == 'wxsid':
wxsid = node.childNodes[0].data
elif node.nodeName == 'wxuin':
wxuin = node.childNodes[0].data
elif node.nodeName == 'pass_ticket':
pass_ticket = node.childNodes[0].data
BaseRequest = {
'Uin': wxuin,
'Sid': wxsid,
'Skey': skey,
'DeviceID': deviceId,
}
def webwxinit():
global skey, pass_ticket, BaseRequest, base_uri
url = (base_uri + '/webwxinit?pass_ticket=%s&skey=%s&r=%s' % (pass_ticket, skey, int(time.time())))
params = {'BaseRequest': BaseRequest}
headers = {'content-type': 'application/json; charset=UTF-8'}
request = urllib2.Request(url=url, data=json.dumps(params), headers=headers)
response = urllib2.urlopen(request)
data = response.read()
print data
def webwxgetcontact():
global skey, pass_ticket, base_uri
url = (base_uri + '/webwxgetcontact?pass_ticket=%s&skey=%s&r=%s' % (pass_ticket, skey, int(time.time())))
headers = {'content-type': 'application/json; charset=UTF-8'}
request = urllib2.Request(url=url, headers=headers)
response = urllib2.urlopen(request)
data = response.read()
print data
def main():
cookie = urllib2.build_opener(urllib2.HTTPCookieProcessor(cookielib.CookieJar()))
urllib2.install_opener(cookie)
if getUUID() == False:
print'Get uuid unsuccessfully!'
return None
show2DimensionCode()
time.sleep(1)
while isLoginSucess() != '200':
pass
webwxnewloginpage()
# time.sleep(1)
# webwxinit()
time.sleep(1)
webwxgetcontact()
os.remove(imagesPath)
print'Login successfully!'
if __name__ == '__main__':
print'Welcome to use weixin personnal version'
print'Please click Enter key to continue......'
main()
来源:https://blog.csdn.net/Dopamy_BusyMonkey/article/details/74568558


猜你喜欢
- 1、过年的时候在手机上下载了2048玩了几天,心血来潮决定用py写一个,刚开始的时候想用QT实现,发现依赖有点大。正好看到graphics.
- 前言在使用自动化登录网站的时候,经常输入用户名和密码后会遇到验证码。今天介绍一款通用验证码识别 OCR库,对验证码识别彻底说拜拜,它的名字是
- 小试牛刀:1.需要python如何读取文件2.需要python操作list3.需要使用split()对字符串进行分割代码运行截图 :代码(c
- 什么是Firebug从事了数年的Web开发工作,越来越觉得现在对WEB开发有了更高的要求。要写出漂亮的HTML代码;要编写精致的CSS样式表
- 设计中文网站的朋友都会有这样的体会,Dreamweaver功能虽然强大,但要按照中文的行文习惯实现每个
- 日期时间转字符串Select CONVERT(varchar(100), GETDATE(), 0): 05 16 2006 10:57AM
- 本文实例为大家分享了python3.5绘制随机漫步图的具体代码,供大家参考,具体内容如下代码中我们定义两个模型,一个是RandomWalk.
- 1.在服务器环境中安装centosyum install python3X[X代表版本号]ubuntuapt-get install pyt
- python读文件操作1. read三种不同的方式f = open('hello.txt') #'hello.txt
- 创建Spring Boot应用在基于Spring来重构JSP应用之前,我们先引入Spring Boot,使之成为一个Spring Boot应
- 目录小游戏规则简介实现初始化游戏窗口游戏逻辑实现玩家类实现月饼类交互逻辑总结中秋佳节就快来临,给各位大佬整个兔子吃月饼的小游戏助助兴,废话不
- 增大 SGA 已经缓冲看来对于性能的提升并不显著,加载时间只提升了 1.73%。下面我们增加 SGA 重做日志的大小: DB3: Log B
- Mysql-connector-java驱动版本问题由于我的数据库版本是5.7.28 ,在使用java连接mysql时经常出现版本问题。co
- Python函数库众多,而且在不断更新,所以学习这些函数库最有效的方法,就是阅读Python官方文档。同时借助Google和百度。本文介绍的
- swagger介绍Swagger本质上是一种用于描述使用JSON表示的RESTful API的接口描述语言。Swagger与一组开源软件工具
- 今天终于可以用wxPython开发GUI程序了,非常高兴。把其中的一些注意点写下来以供参考。在windows XP平台下,首先需要做以下环境
- import osdef load() : filename = os.getcwd() + r'
- PHP计算字符串用strlen()只能得到字符串长度,不是宽高像素,使用到了php函数ImageTTFBBox(),就可以根据字体的大小和所
- 设置表名为中文1.设置Models.py文件class Post(models.Model): name = models.CharFiel
- 本文所述的Python实现冒泡,插入,选择排序简单实例比较适合Python初学者从基础开始学习数据结构和算法,示例简单易懂,具体代码如下:#