cixingguangming55555 / wechat-bot

带二次开发接口的PC微信聊天机器人
MIT License
2.43k stars 658 forks source link
bot hook pc reverse wechat wei-xin weixin

Wechat-bot

GitHub license

Notice

image image

support:3.9.9.43,64bit,Tested only on Win11 Home Edition

Usage

server

start:run funtool or funtool -p port,default port is 5555

exit:CTRL + C

切记:不要在接收消息的时候退出

image

client

websocket:ws://127.0.0.1:5555/websocket 
http api(post):
      http://127.0.0.1:5555/api/get_contact
      http://127.0.0.1:5555/api/get_chatroom
      http://127.0.0.1:5555/api/get_myself
      http://127.0.0.1:5555/api/send_txt(见http.js)
      http://127.0.0.1:5555/api/send_pic (见http.js)
      http://127.0.0.1:5555/api/get_nick (见http.js)
message type:
   886:anti revoke(not open)
   887:receive adn save image to path

ChangeLog