All Projects → 0x5e → Wechat Deleted Friends

0x5e / Wechat Deleted Friends

查看被删的微信好友

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Wechat Deleted Friends

Pageslider
朋友圈广告 - 移动端滑屏翻页插件
Stars: ✭ 442 (-90.85%)
Mutual labels:  wechat
Wxappunpacker
wxml被“编译“后”压缩“一下多好!😀
Stars: ✭ 4,487 (-7.14%)
Mutual labels:  wechat
Sns auth
通用第三方登录SDK,支持微信,微信扫码,QQ,微博登录,支付宝登录,Facebook,Line,Twitter,Google
Stars: ✭ 520 (-89.24%)
Mutual labels:  wechat
Xposedwechathelper
Xposed 微信辅助模块,实现消息防撤回、模拟位置、运动步数修改、猜拳骰子游戏作弊、零钱余额修改、微信运动一键点赞。
Stars: ✭ 448 (-90.73%)
Mutual labels:  wechat
Zmjimageeditor
ZMJImageEditor is a picture editing component like WeChat. It is powerful and easy to integrate, supporting rendering, text, rotation, tailoring, mapping and other functions. (ZMJImageEditor 是一个和微信一样图片编辑的组件,功能强大,极易集成,支持绘制、文字、旋转、剪裁、贴图等功能)
Stars: ✭ 470 (-90.27%)
Mutual labels:  wechat
Wechat Weapp Mapdemo
微信小程序开发mapdemo,地图导航、marker标注
Stars: ✭ 491 (-89.84%)
Mutual labels:  wechat
Wechat brain
知乎答题王(头脑王者)辅助工具
Stars: ✭ 436 (-90.98%)
Mutual labels:  wechat
Wecron
✔️ 微信上的定时提醒 - Cron on WeChat
Stars: ✭ 537 (-88.89%)
Mutual labels:  wechat
Wechat sender
随时随地发送消息到微信
Stars: ✭ 474 (-90.19%)
Mutual labels:  wechat
Wepy Wechat Demo
wepy仿微信聊天界面
Stars: ✭ 503 (-89.59%)
Mutual labels:  wechat
Wechat Bot
带二次开发接口的PC微信聊天机器人
Stars: ✭ 458 (-90.52%)
Mutual labels:  wechat
Weindex
微信相关资源汇总索引
Stars: ✭ 466 (-90.36%)
Mutual labels:  wechat
Wx Charts
微信小程序图表charts组件,Charts for WeChat Mini Program
Stars: ✭ 4,633 (-4.12%)
Mutual labels:  wechat
Wechat Feeds
给微信公众号生成 RSS 订阅源
Stars: ✭ 441 (-90.87%)
Mutual labels:  wechat
Wechatpcapi
Stars: ✭ 528 (-89.07%)
Mutual labels:  wechat
Wecheat
开箱即用的微信公众平台API模拟服务器,帮助你开发与调试微信公众平台应用
Stars: ✭ 440 (-90.89%)
Mutual labels:  wechat
Planmaster
套餐助手:手机套餐对比选购小程序
Stars: ✭ 487 (-89.92%)
Mutual labels:  wechat
Scuplus Wechat
We川大小程序[scuplus] 使用wepy开发的完善的校园综合小程序, 40+页面,前后端开源,包括成绩、课表、失物招领、图书馆、新闻资讯等等常见校园场景功能
Stars: ✭ 545 (-88.72%)
Mutual labels:  wechat
Flutter mp
Bring your Flutter code to mini program
Stars: ✭ 533 (-88.97%)
Mutual labels:  wechat
Jquery Weui
由于前端业界早已以React/Vue/Angular为主,个人也多年未使用过jQuery,此仓库已不再维护。推荐大家尽快转向 AntD、Element等更先进的UI库,https://ant.design/, https://element.eleme.io/#/zh-CN
Stars: ✭ 4,515 (-6.56%)
Mutual labels:  wechat

查看被删的微信好友

注意

目前存在两个阻碍使用的问题,所以已经无法使用了,请后面来的同学们看看就好,不用尝试了。。。。谢谢大家的关注~

  • 新建群组,添加好友的接口存在数量限制。在一定时间内添加的总人数超过一定数量后,接口就会无法使用。(幻想用随机数的童鞋放弃吧。。可能是你好友数量不够多?)
  • 据V站朋友反馈(@kobe1941):即使你已被对方删除好友,依然可以拉对方入群,所以该脚本工作的前提已不存在。

推荐两个相关项目:

Urinx / WeixinBot:网页版微信API,包含终端版微信及微信机器人

geeeeeeeeek / electronic-wechat💬 A better WeChat on macOS and Linux. Fewer bugs, more features. Built with Electron by Zhongyi Tong.

协议相关文档:

xiangzhai / qwx - 网页微信客户端封包大全

介绍

原理就是新建群组,如果加不进来就是被删好友了(不要在群组里讲话,别人是看不见的)

用的是微信网页版的接口

查询结果可能会引起一些心理上的不适,请小心使用..(逃

Mac OS用法: 启动Terminal

$ python wdf.py

按指示做即可

请确保requests模块已成功安装

$ pip install requests #安装requests模块

暂未解决的问题

错误1205 "操作太频繁,请稍后再试。" (存在接口访问限制)

不清楚接口的限制策略是什么,有的同学能用有的不能用

打印被拉黑的列表(被限制了,没法测试..)

URLError (网络异常未处理)

最终会遗留下一个只有自己的群组,需要手工删一下

其他语言实现

Go 版

Node.js 版

Chrome 插件

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].