Skip to main content

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

Project description

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."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代理的文件,大多数情况可用,推荐

由于仓库原作者暂没更新,有需要的可以将上述4和5中的KeyPJ更改为forchannot,或者自己尝试复制json文件到数据目录

🎉 使用

指令表

用前提示,本插件采用on_keyword,不需要带你设置的command_start,当然,如果你非要带,本插件做了一定的处理

指令 权限 需要@ 范围 说明
[name]历史卡池(num) ALL ALL name必填,为角色名字或别名;num选填,为单次合并转发次数,若无则为gshisbanner_forward_length的值
[version]卡池[num] ALL ALL version为版本号,如1.3,2.6等,num为1-3,对应上半(中)下半,可不填,如不填则发送该版本全部卡池
刷新(更新)历史卡池/别名 管理员以上 ALL 刷新历史卡池或别名

效果图

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

鸣谢

genshin-gacha-banners #历史up卡池来源

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nonebot_plugin_gshisbanner-1.0.8.tar.gz (12.0 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page