/WechatGroupManager

A simple Wechat group managing robot based on https://github.com/youfou/wxpy

Primary LanguagePython

Wechat Group Manager

Usage

@RobotName command [arguments]

Commands

Command Names Function Arguments Example
intro ask the robot to introduce itself None @Robot intro
man* manual None @Robot man
faq** frequently asked questions None @Robot faq
q ask question in the group None or question @Robot q
a answer a question or add new answer question number @Robot a 1338
r question resolved, close question number @Robot r 1338
* to be improved
** to be completed

Result

Result Screenshot 1 Result Screenshot 2 Result Screenshot 3 Result Screenshot 4

Run

# Before using the robot, you will need python3 and wxpy

$ git clone https://github.com/WallyYang/WechatGroupManager.git
$ cd WechatGroupManager/src

$ python main.py
# or 
$ python3 main.py

Contributing

  • New feature suggestions is welcome in repository issues, please include detailed description of how the new feature works.
  • Contributing your code, either fix bug, or implement new features(discuss in issues first), is welcome through fork & pull request.

License

This software is licensed under the GPL v3 license.