All Projects → KevinGong2013 → Ggbot

KevinGong2013 / Ggbot

Licence: apache-2.0
一个用Go写的微信机器人

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Ggbot

Sactive Bot
😈 An extensible chat bot framework. sactive-bot is an evolution of the open source hubot project. - https://www.shipengqi.top/sactive-bot .
Stars: ✭ 212 (+105.83%)
Mutual labels:  bot, wechat, weixin
Mojo Weixin
使用Perl语言(不会没关系)编写的个人账号微信/weixin/wechat客户端框架(非GUI),可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
Stars: ✭ 1,181 (+1046.6%)
Mutual labels:  bot, wechat, weixin
Wechat Bot
带二次开发接口的PC微信聊天机器人
Stars: ✭ 458 (+344.66%)
Mutual labels:  bot, wechat, weixin
Wechatplugin Macos
No description or website provided.
Stars: ✭ 13,280 (+12793.2%)
Mutual labels:  tweak, wechat, weixin
Wechattweak Macos
A dynamic library tweak for WeChat macOS - 首款微信 macOS 客户端撤回拦截与多开
Stars: ✭ 6,505 (+6215.53%)
Mutual labels:  tweak, wechat, weixin
Wemark
微信小程序Markdown渲染库
Stars: ✭ 1,159 (+1025.24%)
Mutual labels:  wechat, weixin
Wechat
Wechat API wrapper in Elixir
Stars: ✭ 70 (-32.04%)
Mutual labels:  wechat, weixin
Wechatswift
iOS WeChat App Written in Swift 5.0
Stars: ✭ 102 (-0.97%)
Mutual labels:  wechat, weixin
Weixin Java Mp Demo
基于Spring Boot 和 WxJava 实现的微信公众号Java后端Demo,支持多公众号
Stars: ✭ 1,291 (+1153.4%)
Mutual labels:  wechat, weixin
Lxspider
爬虫案例合集。包括但不限于《淘宝、京东、天猫、豆瓣、抖音、快手、微博、微信、阿里、头条、pdd、优酷、爱奇艺、携程、12306、58、搜狐、百度指数、维普万方、Zlibraty、Oalib、小说、招标网、采购网、小红书》
Stars: ✭ 60 (-41.75%)
Mutual labels:  wechat, weixin
Agora Miniapp Tutorial
Hello world for Agora SDK running in https://en.wikipedia.org/wiki/WeChat#WeChat_Mini_Program
Stars: ✭ 75 (-27.18%)
Mutual labels:  wechat, weixin
Teepay
Typecho 个人支付宝、微信收款插件
Stars: ✭ 90 (-12.62%)
Mutual labels:  wechat, weixin
Tina
💃 一款轻巧的渐进式微信小程序框架
Stars: ✭ 1,153 (+1019.42%)
Mutual labels:  wechat, weixin
Offiaccount
[微信公众号] A fast wechat offiaccount development sdk written in Golang
Stars: ✭ 68 (-33.98%)
Mutual labels:  wechat, weixin
Miniweather
基于koa的微信公众号开发
Stars: ✭ 67 (-34.95%)
Mutual labels:  wechat, weixin
Mina Webpack
🍱 Mina single-file-component meets Webpack
Stars: ✭ 77 (-25.24%)
Mutual labels:  wechat, weixin
Tweakforwechatredenvelop
iOS微信自动抢红包&防撤回插件
Stars: ✭ 98 (-4.85%)
Mutual labels:  tweak, wechat
Wechat Mall
清欢美味食光机,也是我做的第一个小程序,功能比较简单,后台基于API工厂
Stars: ✭ 98 (-4.85%)
Mutual labels:  wechat, weixin
Wechat Weapp Movie
🎬电影推荐 - 微信小程序
Stars: ✭ 1,355 (+1215.53%)
Mutual labels:  wechat, weixin
Wechat Mp Hack
微信公众平台模拟登录自动群发图文消息
Stars: ✭ 101 (-1.94%)
Mutual labels:  wechat, weixin

GGBot

一个牛逼的微信机器人,非常适合非技术人员自由定制

先看个视频

GGBot 演示

下载地址

window 版本

mac os x 和 linux 建议自己编译

自定义

直接运行下载到的可执行文件即可,弹出二维码以后用手机扫描二维码即可登陆。 机器人自动加载:微软小冰 加群欢迎语 群签到 添加好友自动通过 。更多的功能正在开发中,欢迎在issue中提出你想要的功能。

默认会加载微软小冰, 所以请大家先用微信app关注微软小冰公众号

如何使用图灵机器人

机器人在运行过一次以后会在可执行文件的统一目录生成 conf.yaml, 打开这个文件

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: ""

修改下面2行

  tuling:
    apikey: "" #这里填写你申请到的图灵机器人key
    enable: true # 将这里改为true

apikey 可以在图灵机器人的官网免费申请 点击这里立即申请

二次开发

本机器人基于wechat开发

安装go-lang开发环境

传送门

安装wechat
go get github.com/KevinGong2013/wechat
clone 源码
git clone https://github.com/KevinGong2013/ggbot.git
编译运行
cd ggbot
go build
./ggbot

交流讨论

1.github issue (推荐)
2.qq 群:609776708

常见问题

0x00

Q: windows 系统编译运行,cmd显示不正常该怎么办?
A: Enable ANSI colors in Windows command prompt

License

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

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