mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
add readme
This commit is contained in:
parent
3adb928948
commit
c8793301fd
25
README.md
Normal file
25
README.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# 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
|
||||||
|
|
@ -6,8 +6,16 @@ authors = ["felinae98 <felinae225@qq.com>"]
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
homepage = "https://github.com/felinae98/nonebot-hk-reporter"
|
homepage = "https://github.com/felinae98/nonebot-hk-reporter"
|
||||||
keywords = ["nonebot", "nonebot2", "qqbot"]
|
keywords = ["nonebot", "nonebot2", "qqbot"]
|
||||||
|
readme = "README.md"
|
||||||
packages = [
|
packages = [
|
||||||
{ include = "hk_reporter/*.py", from = "./src/plugins/" }
|
{ include = "hk_reporter/*.py", from = "./src/plugins/" },
|
||||||
|
{ include = "hk_reporter/platform/*.py", from = "./src/plugins/" }
|
||||||
|
]
|
||||||
|
classifiers = [
|
||||||
|
Development Status :: 2 - Pre-Alpha
|
||||||
|
Operating System :: POSIX :: Linux
|
||||||
|
Programming Language :: Python :: 3.9
|
||||||
|
Programming Language :: Python :: Implementation :: CPython
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user