Skip to content

beep-peeb/QQGroupRepeater

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%