/QQGroupRepeater

Primary LanguagePythonMIT LicenseMIT

QQGroupRepeater

A chat bot for QQ group based on CoolQ and python-aiocqhttp.

Usage

Install CoolQ and python-aiocqhttp. Run CoolQ HTTP API.

The configure file for CoolQ HTTP API may look as follows:

{
    "host": "127.0.0.1",
    "port": 5700,
    "use_http": true,
    "post_url": "http://127.0.0.1:8090"
}

Then run commands in terminal:

pip install -r requirements.txt
cp settings.json.example settings.json
vim settings.json #configure
python3 coolq.py

Enjoy it!

Credit

Contributing

If you have any ideas or find some bugs, please raise a issue.