All Projects → yaoshanliang → vbot-tuling

yaoshanliang / vbot-tuling

Licence: other
微信 图灵机器人

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to vbot-tuling

3-D-Scene-Graph
3D scene graph generator implemented in Pytorch.
Stars: ✭ 52 (+160%)
Mutual labels:  robot
robozonky
Automatické investování na zonky.cz
Stars: ✭ 68 (+240%)
Mutual labels:  robot
facebook-login-for-robots
Facebook Login for 🤖 robots
Stars: ✭ 41 (+105%)
Mutual labels:  robot
rcj-soccer-sim
The RoboCupJunior Soccer Simulator, based on Webots
Stars: ✭ 16 (-20%)
Mutual labels:  robot
Riverbed-Community-Toolkit
Riverbed Community Toolkit is a public toolkit for Riverbed Solutions engineering and integration
Stars: ✭ 16 (-20%)
Mutual labels:  robot
PythonAudioEffects
A Python library that can apply: darth vader, echo, radio, robotic, and ghost effects to audio samples.
Stars: ✭ 26 (+30%)
Mutual labels:  robot
SLAM Qt
My small SLAM simulator to study "SLAM for dummies"
Stars: ✭ 47 (+135%)
Mutual labels:  robot
homebridge-mi-robot vacuum
XiaoMi robot vacuum plugins for HomeBridge.
Stars: ✭ 53 (+165%)
Mutual labels:  robot
roboticsknowledgebase.github.io
Robotics Knowledgebase. The Wiki for Robot Builders.
Stars: ✭ 85 (+325%)
Mutual labels:  robot
spatialmath-matlab
Create, manipulate and convert representations of position and orientation in 2D or 3D using Python
Stars: ✭ 142 (+610%)
Mutual labels:  robot
Turtlebot Navigation
This project was completed on May 15, 2015. The goal of the project was to implement software system for frontier based exploration and navigation for turtlebot-like robots.
Stars: ✭ 28 (+40%)
Mutual labels:  robot
robot hacking manual
Robot Hacking Manual (RHM). From robotics to cybersecurity. Papers, notes and writeups from a journey into robot cybersecurity.
Stars: ✭ 169 (+745%)
Mutual labels:  robot
trik-studio
TRIK Studio programming environment
Stars: ✭ 15 (-25%)
Mutual labels:  robot
Cozmo-Animation-Explorer
Web interface to test all animations of the robot Cozmo from Anki
Stars: ✭ 43 (+115%)
Mutual labels:  robot
Windows-Python-RAT
A New Microsoft Windows Remote Administrator Tool [RAT] with Python by Sir.4m1R.
Stars: ✭ 70 (+250%)
Mutual labels:  robot
go-aida
[DEPRECATED] wechat robot based on wechat-go(wechat web api)
Stars: ✭ 71 (+255%)
Mutual labels:  robot
penny
3 servos, 10 dollars hexapod
Stars: ✭ 26 (+30%)
Mutual labels:  robot
Peabot-Library
Peabot: quadruped robot library for Raspberry Pi
Stars: ✭ 18 (-10%)
Mutual labels:  robot
skynet robot control rtos ethercat
Realtime 6-axis robot controller, based on Qt C++ & OpenCascade & KDL kinematics & HAL
Stars: ✭ 41 (+105%)
Mutual labels:  robot
woapp
web模拟安卓操作系统,php开发,内置文件管理,电话,短信,拍照,用在树莓派上可做智能家居,视频监控,机顶盒等……
Stars: ✭ 22 (+10%)
Mutual labels:  robot

微信-图灵机器人

背景

安装

git clone https://github.com/yaoshanliang/vbot-tuling.git
cd vbot-tuling
composer install

主动发消息需要安装swoole

  • Install via pecl

    pecl install swoole

  • Install from source

    sudo apt-get install php7.0-dev
    git clone https://github.com/swoole/swoole-src.git
    cd swoole-src
    phpize
    ./configure
    make && make install
    

运行

php run.php

开始关键字:聊天

退出关键字:不聊了

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