自动删除QQ空间指定好友的留言

时间:2024-02-09 19:53:35
【文件属性】:

文件名称:自动删除QQ空间指定好友的留言

文件大小:134KB

文件格式:PDF

更新时间:2024-02-09 19:53:35

QQ 自动

二、运行程序 三、源码 import time import requests import json with open('conf.json', 'r', encoding='utf-8') as f: content = f.read() msg = json.loads(content) print(msg) # 你的QQ号 QQ = msg['QQ'] # 浏览器打开QQ空间,按F12,找到g_tk g_tk = msg['g_tk'] # 要删除的对方的备注或昵称(ta在你空间所显示的名称) targetname = msg['name'].split


网友评论