1 Star 1 Fork 0

Fatcat/PyWeChatSpy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
client_example.py 307 Bytes
一键复制 编辑 原始数据 按行查看 历史
veikai 提交于 2021-02-18 20:17 . 更新example.py
import requests
import base64
resp = requests.get("http://localhost:5000/open_wechat").json()
print(resp)
input() # 等待手动登录
resp = requests.get("http://localhost:5000/get_account_info/0").json()
print(resp)
input()
resp = requests.get("http://localhost:5000/get_contacts/0").json()
print(resp)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cpppython/PyWeChatSpy.git
[email protected]:cpppython/PyWeChatSpy.git
cpppython
PyWeChatSpy
PyWeChatSpy
master

搜索帮助