Metadata-Version: 2.1
Name: nonebot-general-rss
Version: 2.0.0
Summary: 基于ELF_RSS修改的支持频道的QQ机器人RSS订阅插件
Home-page: https://github.com/mobyw/nonebot-general-rss
Author: mobyw
Author-email: mobyw66@gmail.com
License: UNKNOWN
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.8.3,<3.10.0
Description-Content-Type: text/markdown
Requires-Dist: nb-cli (<0.7.0,>=0.6.4)
Requires-Dist: nonebot2 (==2.0.0b1)
Requires-Dist: nonebot-adapter-onebot (==2.0.0b1)
Requires-Dist: nonebot-plugin-apscheduler (<0.2.0,>=0.1.2)
Requires-Dist: feedparser (<6.1.0,>=6.0.0)
Requires-Dist: pyquery (<1.5.0,>=1.4.3)
Requires-Dist: aiofiles (<0.6.0,>=0.5.0)
Requires-Dist: emoji (<0.6.0,>=0.5.4)
Requires-Dist: google-trans-new (<1.2.0,>=1.1.9)
Requires-Dist: Pillow (>=8.1.1)
Requires-Dist: typing-extensions (<3.11.0.0,>=3.10.0.2)
Requires-Dist: python-qbittorrent (<0.5.0,>=0.4.2)
Requires-Dist: magneturi (<2.0,>=1.3)
Requires-Dist: ImageHash (<4.3.0,>=4.2.0)
Requires-Dist: tenacity (<7.1.0,>=7.0.0)
Requires-Dist: bbcode (<1.2.0,>=1.1.0)
Requires-Dist: tinydb (<4.6.0,>=4.5.1)

# nonebot-general-rss

基于 [ELF_RSS](https://github.com/Quan666/ELF_RSS) 修改的 Nonebot2 机器人插件，支持子频道订阅。

**当前版本v2.x适用于 `nonebot2 2.0.0b1` 及以上，若使用 `nonebot2 2.0.0a16` 请移步 alpha 分支。**

## 功能介绍

* 发送QQ消息来动态增、删、查、改 RSS 订阅
* 订阅内容翻译（使用谷歌机翻，可设置为百度翻译）
* 个性化订阅设置（更新频率、翻译、仅标题、仅图片等）
* 多平台支持
* 图片压缩后发送
* 种子下载并上传到群文件
* 消息支持根据链接、标题、图片去重
* 可设置只发送限定数量的图片，防止刷屏
* 可设置从正文中要移除的指定内容，支持正则

## 文档目录

> * [部署教程](docs/部署教程.md)
> * [使用教程](docs/使用教程.md)
> * [更新日志](docs/更新日志.md)

## 效果预览

![效果1](https://cdn.jsdelivr.net/gh/mobyw/images@main/Screenshots/Screenshot_2.jpg)

![效果2](https://cdn.jsdelivr.net/gh/mobyw/images@main/Screenshots/Screenshot_3.jpg)

![效果3](https://cdn.jsdelivr.net/gh/mobyw/images@main/Screenshots/Screenshot_4.jpg)

![效果4](https://cdn.jsdelivr.net/gh/mobyw/images@main/Screenshots/Screenshot_5.jpg)

![效果5](https://cdn.jsdelivr.net/gh/mobyw/images@main/Screenshots/Screenshot_6.jpg)


