Metadata-Version: 2.1
Name: qqbot-linger
Version: 0.0.4
Summary: My QQ Bot for personal use
Home-page: https://github.com/7sDream/qqbot-linger
License: Unlicense
Keywords: nonebot,bilibili,qqbot
Author: 7sDream
Author-email: i@7sdre.am
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: The Unlicense (Unlicense)
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: nonebot-plugin-7s-roll (>=0.1.0,<0.2.0)
Requires-Dist: nonebot-plugin-bam (>=0.0.5,<0.0.6)
Requires-Dist: nonebot2 (>=2.0.0a10,<3.0.0)
Project-URL: Repository, https://github.com/7sDream/qqbot-linger
Description-Content-Type: text/markdown

# 玲儿

自用 QQ 机器人。

## 功能

- Bilibili 用户监控，参见：[nonebot-plugin-bam]
- 跑团骰子，参见 [nonebot-plugin-7s-roll]

## 使用

```bash
pip install qqbot-linger
cd /a/path/you/want/store/config/and/database
vim .env # edit this file, see `.env.sample file` for a example

# Start cqhttp server
# like go-cqhttp, cqhttp-mirai etc

linger # start the bot
```

## 截图

以后再弄。

## LICENSE

Unlicense.

[nonebot-plugin-bam]: https://github.com/7sDream/nonebot-plugin-bam
[nonebot-plugin-7s-roll]: https://github.com/7sDream/nonebot-plugin-7s-roll

