An awesome WeChat robot, very suitable for non-technical people to customize freely
GGBot demo
window version
For mac os x and linux, it is recommended to compile it yourself
Just run the downloaded executable file. After the QR code pops up, scan the QR code with your mobile phone to log in. The robot automatically loads:微软小冰
加群欢迎语
群签到
添加好友自动通过
. More features are under development. You are welcome to propose the features you want in issue
.
微软小冰
will be loaded by default, so please use微信app
to follow the Microsoft XiaoIce official account first
After the robot is run once, it will generate conf.yaml
in the unified directory of the executable file. Open this file.
showqrcodeonterminal : false #是否在命令行中显示二维码
fuzzydiff : true #联系人对比是否启用模糊匹配
uniquegroupmember : true #是否为群成员生成ggid
features :
assistant :
enable : false
ownerggid : " "
guard :
enable : false
tuling :
enable : false
key : " "
xiaoice :
enable : false
webhookservice :
enable : false
msgwebhook : " "
loginstatewebhook : " "
uuidwebhook : " "
Modify the following 2 lines
tuling :
apikey : " " #这里填写你申请到的图灵机器人key
enable : true # 将这里改为true
You can apply for apikey for free on the official website of Turing Robot. Click here to apply now.
This robot is developed based on wechat
go-lang
development environmentportal
wechat
package go get github . com / KevinGong2013 / wechat
git clone https : //github.com/KevinGong2013/ggbot.git
cd ggbot
go build
./ggbot
1.github issue (推荐)
2.qq 群:609776708
Q: What should I do if the cmd display is abnormal when compiling and running under Windows system?
A: Enable ANSI colors in Windows command prompt
The code in this repository is licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
NOTE : This software depends on other packages that may be licensed under different open source licenses.
Copyright 2017 - 2027 Kevin.Gong aoxianglele#icloud.com