--- layout: post title: WeChat API Libraries categories: [WeChat] tags : [post,wechat] --- 微信个人号接口、微信机器人等开发工具 1. 微信开发工具之 itchat: A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可自定义个人号机器人。可惜早就不能用了 image 链接: - https://github.com/littlecodersh/ItChat --- 2. 微信开发工具之 wechaty:python-wechaty 是基于Wechaty生态派生出的Python编程语言客户端,能够让开发者使用少量代码对接到各个即时通讯软件平台。wechaty 功能强大,但概念太多,也太复杂,python sdk 更像玩具,很不完善。 image 链接: - https://github.com/wechaty/wechaty - http://wechaty.readthedocs.io/zh_CN/latest/ --- 3. 微信开发工具之 itchat-uos:利用统信UOS的网页版微信接口,复活 itchat,像 itchat 一样简单易用。可惜用起来会被微信官方提醒封禁,目前还没有更好的解决办法。 image 链接: - https://github.com/why2lyj/ItChat-UOS ---- 4. 微信开发工具之 WeChatFerry:微信逆向,微信机器人。Hook WeChat, passing message between agent and WeChat。作者还提供了逆向微信本地数据库的脚本,看起来很不错,不过只支持在 windows 平台使用。 image 链接: - https://github.com/lich0821/WeChatFerry --- 找到一个简单易用、稳定可靠的微信 API 开发工具,真是难,难怪很多开发者用上之后大发感慨:好用到哭 😂