KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#claude-code
#cli
#windows
#codex
#developer-tools
#dsh
wechatBot
★ 402
Open GitHub ↗
面向个人的微信 wechat 机器人平台 - 使用微信网页版接口 wechat4u
Download README (.md)
Explore Similar Repositories
angular2-materialize
:
Angular 2 support for Materialize CSS framework.
nestjs-example
:
NestJS example with using GraphQL (schema stitching, schema reload, dataloader, upload files, subscriptions, response cache), RabbitMQ, Redis, Websocket, JWT authentication, ESLint 9
cron-manager
:
A PHP cron task manager for MVC-type applications
DiligentSamples
:
Sample projects demonstrating the usage of Diligent Engine
webgl-memory
:
A library to track webgl-memory
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
wechatBot
?
Download (.md)
#微信机器人  开发前参考了 [WeiXinBot](https://github.com/Urinx/WeixinBot) 和 微信网页版源码。 使用 [wechat4u](https://github.com/nodeWechat/wechat4u) 微信网页接口开发。 ##测试开发 仅尝试功能的话,可在demo服务器(简单功能)中测试,支持多用户实例。 * [vue版本](http://wechat4u.duapp.com/#!/login) 如果需要调试开发,首先安装好 node.js 开发环境,运行 ```shell npm install npm run build npm run debug ``` 即可运行实例在 `http://localhost:3000/` 。 ##相关项目 关于微信网页端机器人的实现,已经有大量的轮子了。感谢各位大神!(排名不分先后。。收录的肯定也不齐。。) * [Python2 的 WeixinBot](https://github.com/Urinx/WeixinBot) * [QT 的 QWX](https://github.com/xiangzhai/qwx) * [Node,可能会写成uProxy插件的 uProxy_wechat](https://github.com/LeMasque/uProxy_wechat) * [Node,可在shell中直接运行的 wechat-user-bot](https://github.com/HalfdogStudio/wechat-user-bot) * [Python3 的 wechat_robot](https://github.com/lyyyuna/wechat_robot) * [开放协议 支持 QQ&微信 的 wxagent](https://github.com/kitech/wxagent) * [在微信网页版和 IRC 间搭建通道支持 IRC 操作的 wechatircd](https://github.com/MaskRay/wechatircd) * [Chrome 插件版的微信机器人](https://github.com/spacelan/weixin-bot-chrome-extension) 关于微信网页端的接口说明,也有好几篇分析的很厉害的文章。 * [Reverland 大神的web 微信与基于node的微信机器人实现](http://reverland.org/javascript/2016/01/15/webchat-user-bot/) * [Urinx 大神的 API Map](https://github.com/Urinx/WeixinBot/blob/master/README.md) * [聂永 大神的 微信协议简单调研笔记](http://www.blogjava.net/yongboy/archive/2014/03/05/410636.html) 好了,差不多就这些资料了。如果想要开发个自己的,那就开工吧!