All Projects → kcloze → Swoole Bot

kcloze / Swoole Bot

基于swoole实现的微信机器人,依赖vbot和微信网页版的功能,帮助管理微信群/聊天/踢人等

Projects that are alternatives of or similar to Swoole Bot

Mega Wechat
基于Swoole的微信发送模板消息队列服务
Stars: ✭ 206 (-49.01%)
Mutual labels:  swoole, wechat
Wechat Go
go version wechat web api and message framework for building wechat robot
Stars: ✭ 1,381 (+241.83%)
Mutual labels:  robot, wechat
Wechat
基于PHP+Swoole扩展开发的微信个人号机器人SDK
Stars: ✭ 24 (-94.06%)
Mutual labels:  swoole, wechat
Wechat
java微信客户端
Stars: ✭ 109 (-73.02%)
Mutual labels:  robot, wechat
Chatapi Wechat
Java版本微信聊天接口,使用网页微信API,让你能够开发自己的微信聊天机器人
Stars: ✭ 207 (-48.76%)
Mutual labels:  robot, wechat
Vbot
💬The best wechat robot base on web api!
Stars: ✭ 3,301 (+717.08%)
Mutual labels:  robot, wechat
Itchat
A complete and graceful API for Wechat. 微信个人号接口、微信机器人及命令行微信,三十行即可自定义个人号机器人。
Stars: ✭ 21,935 (+5329.46%)
Mutual labels:  robot, wechat
Alarmrobot
微信机器人 提醒机器人 python机器人 微信pc机器人
Stars: ✭ 110 (-72.77%)
Mutual labels:  robot, wechat
Wechat Robot
✅ js微信聊天机器人(使用个人账号,非公众号) Wechat chat robot write by js.
Stars: ✭ 173 (-57.18%)
Mutual labels:  robot, wechat
zhamao-framework
协程、高性能、灵活的聊天机器人 & Web 开发框架(炸毛框架)
Stars: ✭ 99 (-75.5%)
Mutual labels:  robot, swoole
Xiaofendui
薅羊毛小分队(第一时间尽知羊毛)- 微信机器人即时推送
Stars: ✭ 356 (-11.88%)
Mutual labels:  robot, wechat
Ide Helper
📘 Swoole IDE Helper
Stars: ✭ 378 (-6.44%)
Mutual labels:  swoole
Vue Wechat Title
为Vuejs设计的动态设置微信网页中标题的指令
Stars: ✭ 367 (-9.16%)
Mutual labels:  wechat
Wxapp Boilerplate
使用 webpack, babel, scss 开发的微信/支付宝小程序项目脚手架
Stars: ✭ 367 (-9.16%)
Mutual labels:  wechat
Peeqo Robot
The world's first robot to interact through GIFs...'nuf said
Stars: ✭ 365 (-9.65%)
Mutual labels:  robot
Werobot
WeRoBot 是一个微信公众号开发框架
Stars: ✭ 3,973 (+883.42%)
Mutual labels:  wechat
Gym Duckietown
Self-driving car simulator for the Duckietown universe
Stars: ✭ 379 (-6.19%)
Mutual labels:  robot
Handeye calib camodocal
Easy to use and accurate hand eye calibration which has been working reliably for years (2016-present) with kinect, kinectv2, rgbd cameras, optical trackers, and several robots including the ur5 and kuka iiwa.
Stars: ✭ 364 (-9.9%)
Mutual labels:  robot
Uitableviewdynamiclayoutcacheheight
🖖高性能的自动计算采用 Autolayout 布局的 UITableViewCell 和 UITableViewHeaderFooterView 的高度,内部自动管理高度缓存。
Stars: ✭ 360 (-10.89%)
Mutual labels:  wechat
Easy handeye
Automated, hardware-independent Hand-Eye Calibration
Stars: ✭ 355 (-12.13%)
Mutual labels:  robot

1. 简介

  • 项目原理: 模拟微信网页版登录,如果网页版本没有的功能,这个项目项目也是无能为力的
  • 该项目主要目的想利用swoole,增强原生PHP cli的能力,默认是daemon的守护进程模式
  • 直接使用hanson/vbot库,swoole-bot只是增加swoole版本的入口,这样有利用新功能迭代
  • 已经支持多用户登录,修改src/config.php 的workNum可以控制默认启动进程数
  • 自动监控子进程,意外退出后会自动恢复,保证服务稳定性

1.1 流程图

微信机器人执行流程图

2. 安装

2.1环境要求

  • PHP >= 7.0
  • swoole >= 1.8.9
  • vbot >= 2.0

2.2 安装方式

  • composer
composer require kcloze/swoole-bot
  • git
git clone https://github.com/kcloze/swoole-bot.git
cd swoole-bot
composer install

2.3 修改配置项

2.4 管理服务


php run.php start|stop

3. 体验demo

  • 微信添加微信好友:ysrg2014
  • 输入验证关键字:666
  • 对话输入自己想说的话,微信机器人机会跟您聊天了

效果截图1

4. 文档

5. 参考项目

hanson/vbot

6. 感谢

7. QQ群

  • 141059677
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].