Metadata-Version: 2.1
Name: nonebot-hk-reporter
Version: 0.1.0
Summary: Subscribe message from social medias
Home-page: https://github.com/felinae98/nonebot-hk-reporter
License: MIT
Keywords: nonebot,nonebot2,qqbot
Author: felinae98
Author-email: felinae225@qq.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: bs4 (>=0.0.1,<0.0.2)
Requires-Dist: feedparser (>=6.0.2,<7.0.0)
Requires-Dist: httpx (>=0.16.1,<0.17.0)
Requires-Dist: nonebot2 (>=2.0.0-alpha.8,<3.0.0)
Requires-Dist: nonebot_plugin_apscheduler (>=0.1.2,<0.2.0)
Requires-Dist: pyppeteer (>=0.2.5,<0.3.0)
Requires-Dist: tinydb (>=4.3.0,<5.0.0)
Description-Content-Type: text/markdown

# hk-reporter  通用订阅推送插件

## 简介
一款自动爬取各种站点，社交平台更新动态，并将信息推送到QQ的机器人。基于 [`NoneBot2`](https://github.com/nonebot/nonebot2 ) 开发。

支持的平台：
* 微博
* bilibili

## 文档
TBD（会写的会写的）

## 功能
* 定时爬取制定网站
* 通过图片发送文本，防止风控
* 使用队列限制发送频率

## 鸣谢
* [`go-cqhttp`](https://github.com/Mrs4s/go-cqhttp)：简单又完善的 cqhttp 实现
* [`NoneBot2`](https://github.com/nonebot/nonebot2)：超好用的开发框架
* [`HarukaBot`](https://github.com/SK-415/HarukaBot/): 借鉴了相当多的东西

## License
MIT


