/qbot

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Qbot

code-size languages-count languages-top

Author last-commit

Notification robot based on go-cqhttp and flask


Table of Contents

Installation

  1. Install go-cqhttp,refer go-cqhttp
  2. Install python3,refer python3
  3. Run pip install -r requirements.txt
  4. Run python -m flask run --host=127.0.0.1 --port=5701 --debug

Usage

  1. Basic operations are in the templates folder.
  2. Initially intended to create an interface similar to Server酱, but didn't have time to implement it.

Related

TODO

  • Optimize code.
  • Implement QServer interface.
  • Improve frontend.