Metadata-Version: 2.1
Name: nonebot-plugin-repeater
Version: 2.0.0
Summary: A plugin based on NoneBot2, auto +1 in group.
Home-page: https://github.com/ninthseason/nonebot-plugin-repeater
Author: Kl1nge5
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/ninthseason/nonebot-plugin-repeater/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

<div align="center">

  # Repeater
  ✨ 基于[NoneBot](https://github.com/nonebot/nonebot2)的插件，群聊复读机 ✨
  </br>
  ✨ auto +1 ✨
</div>

## 功能介绍

当群里开始+1时，机器人也会参与其中。

包括普通消息，QQ表情，还有图片（表情包）。

## 用法简介

两个全局配置：

```python
repeater_group = ["<群号1>", "<群号2>"]  # 支持复读的群号
repeater_minlen = 1  # 触发复读的文本消息最小长度（表情和图片无此限制）
```

按常规方法导入插件即可。

<a href="https://github.com/Utmost-Happiness-Planet/uhpstatus/blob/main/LICENSE">
    <img src="https://img.shields.io/badge/license-GPL%20v3.0-orange" alt="license">
  </a>
  
  <a href="https://github.com/nonebot/nonebot2">
    <img src="https://img.shields.io/badge/nonebot-v2-red" alt="nonebot">
  </a> 
  
  <a href="">
    <img src="https://img.shields.io/badge/release-v1.0-blueviolet" alt="release">
</a>


