WeChat.NET-master

所属分类:通讯编程
开发工具:C#
文件大小:26153KB
下载次数:43
上传日期:2017-11-07 16:03:07
上 传 者vision2sky
说明:  微信PC版协议实现: 1.获取服务器分配的一个唯一会话ID 2.通过会话ID获得随机登录二维码 3.轮询手机端是否已经扫描二维码并确认 4.访问登录地址,获得uin和sid 5.初始化微信信息获得当前用户的信息 6.获得所有的好友列表 7.保持与服务器的信息同步 8.获得别人发来的消息 9.向用户发送消息
(Implementation of WeChat PC version protocol: 1. get a unique session ID server allocation 2. access random access QR code through session ID 3. mobile phone terminal polling have to scan two-dimensional code and confirm 4. access login address, access to UIN and SID Get the current user of WeChat 5. initialization information 6. get all friends list 7. keep the information synchronized with the server 8. get news from others 9. send messages to users)

文件列表:
WeChat.NET.sln (852, 2015-10-30)
WeChat.NET.suo (33792, 2015-10-30)
WeChat.NET (0, 2015-10-30)
WeChat.NET\Controls (0, 2015-10-30)
WeChat.NET\Controls\WChatBox.Designer.cs (8559, 2015-10-30)
WeChat.NET\Controls\WChatBox.cs (12026, 2015-10-30)
WeChat.NET\Controls\WChatBox.resx (5698, 2015-10-30)
WeChat.NET\Controls\WChatList.cs (8371, 2015-10-30)
WeChat.NET\Controls\WChatList.resx (6067, 2015-10-30)
WeChat.NET\Controls\WFriendsList.cs (6360, 2015-10-30)
WeChat.NET\Controls\WFriendsList.resx (6067, 2015-10-30)
WeChat.NET\Controls\WPersonalInfo.Designer.cs (9914, 2015-10-30)
WeChat.NET\Controls\WPersonalInfo.cs (3539, 2015-10-30)
WeChat.NET\Controls\WPersonalInfo.resx (5889, 2015-10-30)
WeChat.NET\Controls\WTabControl.cs (3980, 2015-10-30)
WeChat.NET\HTTP (0, 2015-10-30)
WeChat.NET\HTTP\BaseService.cs (4825, 2015-10-30)
WeChat.NET\HTTP\LoginService.cs (3372, 2015-10-30)
WeChat.NET\HTTP\WXService.cs (8285, 2015-10-30)
WeChat.NET\Objects (0, 2015-10-30)
WeChat.NET\Objects\WXMsg.cs (1111, 2015-10-30)
WeChat.NET\Objects\WXUser.cs (7725, 2015-10-30)
WeChat.NET\Program.cs (662, 2015-10-30)
WeChat.NET\Properties (0, 2015-10-30)
WeChat.NET\Properties\AssemblyInfo.cs (1396, 2015-10-30)
WeChat.NET\Properties\Resources.Designer.cs (4965, 2015-10-30)
WeChat.NET\Properties\Resources.resx (7409, 2015-10-30)
WeChat.NET\Properties\Settings.Designer.cs (1067, 2015-10-30)
WeChat.NET\Properties\Settings.settings (242, 2015-10-30)
WeChat.NET\Resources (0, 2015-10-30)
WeChat.NET\Resources\045631291[1].gif (545, 2015-10-30)
WeChat.NET\Resources\back.png (610, 2015-10-30)
WeChat.NET\Resources\female.png (373, 2015-10-30)
WeChat.NET\Resources\holmes2.jpg (95005, 2015-10-30)
WeChat.NET\Resources\info.png (713, 2015-10-30)
WeChat.NET\Resources\male.png (365, 2015-10-30)
... ...

#WeChat.NET# -------------------- WeChat.NET is based on web wechat.http://wx.qq.com see more: http://www.cnblogs.com/xiaozhi_5638 ##overview## nothing here but a few screenshots: - ![][0] - ![][1] - ![][2] - ![][3] - ![][4] - ![][5] - ![][6] ##can do and cant do## **can do** - login with qrcode; - load latest contacts; - load all friends; - chat with friends; - view friends' simple infomation(nickname, sex, signature etc.). **cant do** - cant receive msg except string("hello"、"你好" etc.); - cant send msg except string; - cant scan friends' status; ##step by step## 1. get session id. like "gZ3bQtahGg=="; 2. get qrcode using session id; 3. show the qrcode; 4. check weather the user scan the qrcode or not; 5. initialize latest contacts; 6. loading all friends; 7. check the status continuously. ##thanks and references## 1. json.net 2. webkit.net 3. wx.qq.com 4. chrome **all source code follow the [MIT][1] license.** [0]: https://github.com/sherlockchou86/WeChat.NET/blob/master/assert/p1.png [1]: https://github.com/sherlockchou86/WeChat.NET/blob/master/assert/p2.png [2]: https://github.com/sherlockchou86/WeChat.NET/blob/master/assert/p3.png [3]: https://github.com/sherlockchou86/WeChat.NET/blob/master/assert/p4.png [4]: https://github.com/sherlockchou86/WeChat.NET/blob/master/assert/p5.png [5]: https://github.com/sherlockchou86/WeChat.NET/blob/master/assert/p6.png [6]: https://github.com/sherlockchou86/WeChat.NET/blob/master/assert/p7.png

近期下载者

相关文件


收藏者