Skip to content

nonebotjs/nonebot_plugin_BitTorrent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 

Repository files navigation

nonebot2磁力搜索插件

整活, 不会真的有人找bot要磁力链接吧

功能: 磁力搜索, 通过机器人帮你寻找 电影 或者 学习资料

使用的磁力站: https://clm9.me

安装方式:

pip install nonebot_plugin_BitTorrent
nb plugin install nonebot_plugin_BitTorrent
Download Zip
git clone https://github.com/Special-Week/nonebot_plugin_BitTorrent.git

env配置项:

magnet_max_num     返回多少条结果, 类型int, 默认3, 最大12               例: magnet_max_num = 3

指令:

磁力搜索 xxx | bt xxx   (xxx为关键词)
例如: 磁力搜索 真夏の夜の淫夢
      bt 真夏の夜の淫夢
注: 响应器是由on_command生成的, 需要带上env中配置的COMMAND_START前缀(默认["/"], 可设置空字符串[""])

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%