Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nonebot-plugin-gshisbanner

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nonebot-plugin-gshisbanner

Nonebot2查询原神历史卡池小插件

  • 1.3.2
  • PyPI
  • Socket score

Maintainers
1
NoneBotPluginLogo

NoneBotPluginText

nonebot-plugin-gshisbanner

✨ 本插件用于在机器人上查询原神历史卡池信息 ✨

license pypi python
onebot

📖 介绍

本插件用于在机器人上查询原神历史卡池信息(当前仅适用于qq)

1.0.0版本开始同时支持了onebot v11协议和red协议,欢迎尝鲜

💿 安装

使用 nb-cli 安装 在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装
nb plugin install nonebot-plugin-gshisbanner
pip
pip install nonebot-plugin-gshisbanner

打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分追加写入

plugins = ["nonebot_plugin_gshisbanner"]

⚙️ 配置

gshisbanner_forward_length: int
# 单次合并转发消息长度(int),默认为10
# 仅为角色/武器卡池转发内容长度,不包括版本卡池
# 越大单次转发内容更多,合并转发的次数更少,越小单单次转发内容更少,但合并转发的次数更多
# 不要设置为>99或者<0的数字或者任意字符串
gshisbanner_json_url: str
# 历史卡池json列表下载位置
# 可选值
·· 1."banners.52v6.com/data" 
     #默认,推荐
·· 2."genshin-gacha-banners.vercel.app/data" 
     #vercel代理,国内可能无法直连
·· 3."genshin-gacha-banners.52v6.com/data" 
     #cloudfare代理,可能会被墙
·· 4."mirror.ghproxy.com/https://raw.githubusercontent.com/KeyPJ/FetchData/main/data/gacha" 
     ##ghproxy代理的raw文件,大多数情况可用,不过不稳定
     ##前面的"ghproxy.com/"可以不写(如果你是国外机),或者换成你自建的github加速服务均可(需要支持https)
·· 5."jsd.cdn.zzko.cn/gh/KeyPJ/FetchData@main/data/gacha"
     ##jsdelivr代理的文件,大多数情况可用,推荐
send_type: Literal["forward", "pic"]
# 结果发送方式
forward: 使用合并转发的方式发送
pic: 使用图片发送

pic_font_path: str
# 图片发送所需要的字体
# 默认配置了MiSans字体,不满意可以自己更改

也可以自己尝试复制json文件到数据目录{bot_dir}/data/genshin_history

🎉 使用

指令表

用前提示,本插件采用on_keyword,不需要带你设置的command_start,当然,如果你非要带,本插件做了一定的处理
指令权限需要@范围说明
[name]历史卡池(num)ALLALLname必填,为角色名字或别名;num选填,为单次合并转发次数,若无则为gshisbanner_forward_length的值
[version]卡池[num]ALLALLversion为版本号,如1.3,2.6等,num为1-3,对应上半(中)下半,可不填,如不填则发送该版本全部卡池
刷新(更新)历史卡池/别名管理员以上ALL刷新历史卡池或别名

效果图

历史卡池效果图
图1 help
图2 help
图3 help
版本卡池效果图
图1 help
图2 help
图3 help
刷新卡池/别名效果图 help

鸣谢

FetchData #历史up卡池来源,感谢

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc