Metadata-Version: 2.1
Name: nonebot-plugin-repeater2
Version: 0.1.0
Summary: Auto +1 in groups.
License: MIT
Author: KafCoppelia
Author-email: k740677208@gmail.com
Requires-Python: >=3.7.3,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: nonebot-adapter-onebot (>=2.0.0-beta.1,<3.0.0)
Requires-Dist: nonebot2 (>=2.0.0-beta.2,<3.0.0)
Description-Content-Type: text/markdown

<div align="center">

# Repeater

<!-- prettier-ignore-start -->
<!-- markdownlint-disable-next-line MD036 -->
_📻 复读机 📻_
<!-- prettier-ignore-end -->

</div>

<p align="center">
  
  <a href="https://github.com/KafCoppelia/nonebot-plugin-repeater2/blob/main/LICENSE">
    <img src="https://img.shields.io/badge/license-MIT-informational">
  </a>
  
  <a href="https://github.com/nonebot/nonebot2">
    <img src="https://img.shields.io/badge/nonebot2-2.0.0beta.2-green">
  </a>
  
  <a href="">
    <img src="https://img.shields.io/badge/release-v0.1.0-orange">
  </a>
  
</p>

</p>

## 版本

v0.1.0

⚠ 适配nonebot2-2.0.0beta.2；

## 安装

1. 通过`pip`或`nb`安装，版本请指定`0.1.0`；

2. 在原版基础上修改了配置，**默认所有群支持复读**，通过`REPEATER_OFF_GROUP`设置关闭的群：

    ```python
    REPEATER_OFF_GROUP=["123456789", "987654321"]
    REPEATER_MINLEN=1 # 触发复读的文本消息最小长度（表情和图片无此限制）
    ```

## 功能

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

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

## Fork from

[ninthseason-nonebot-plugin-repeater](https://github.com/ninthseason/nonebot-plugin-repeater)
