Giter VIP home page Giter VIP logo

ggbot's Introduction

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

ggbot's People

Contributors

kevingong2013 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.