Nonebot2 HikariBot,支持战舰世界水表查询
Project description
HikariBot
战舰世界水表Bot,基于Nonebot2
水表人,出击!wws me recent!!!
如果觉得本插件还不错的话请点个Star哦~
Hoshino版插件
特点
- 账号总体、单船、近期战绩
- 全指令支持参数乱序
- 快速切换绑定账号
- 支持@快速查询
快速部署(作为独立bot)
-
下载Python版本需>3.8,或参考Hoshino版插件中使用Conda虚拟环境
-
执行下列两条命令安装nonebot2和hikari-bot插件
pip install nb-cli pip install hikari-bot
-
打开一个合适的文件夹,鼠标右键——Git Bash here,输入以下命令克隆本Hoshino仓库
git clone https://github.com/benx1n/HikariBot.git cd HikariBot
-
编辑.env.prod文件
API_TOKEN = xxxxxxxx #无需引号
-
运行bot
nb run
此时若没有报错,您可以打开http://127.0.0.1:8080/go-cqhttp/
点击左侧添加账号,重启bot即可在网页上看到相应信息(大概率需要扫码)
快速部署(作为插件)
- 如果您已经有了一个基于Nonebot2的机器人(例如真寻),您可以直接
pip install hikari-bot
- 在bot的bot.py中加入
nonebot.load_plugin('hikari_bot')
- 在环境文件中加入API_TOKEN = xxxxxxxxxxxx
一般来说该文件为.env.dev
也有可能是.env.pord,具体需要看.env中是否有指定
如果啥都不懂,bot.py里,在
nonebot.init()
下面加上config = nonebot.get_driver().config config.api_token = "xxxxxxxxxxxx"
- 重启bot
更新
pip install --upgrade hikari-bot
(插件版无需下列两步)
cd HikariBot
git pull
感谢
开源协议
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hikari-bot-0.1.3.tar.gz
(16.5 kB
view details)
Built Distribution
File details
Details for the file hikari-bot-0.1.3.tar.gz
.
File metadata
- Download URL: hikari-bot-0.1.3.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.4 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb45f772a9259300e3eafb686a97d81cced2fbe24e2238afa07625a2f0b6cf34 |
|
MD5 | 0351b2f3d5495436ec0983c1ae0ea4c2 |
|
BLAKE2b-256 | 339a95430de4adef91c8d17487ef9f0a91eee60d8e12ee412aca72ef0ae7520f |
Provenance
File details
Details for the file hikari_bot-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: hikari_bot-0.1.3-py3-none-any.whl
- Upload date:
- Size: 21.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.4 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97467d168f934676225a31538899ae662b26222ac2459bd20b43e2eb6afe808b |
|
MD5 | 5cde02323595222241b2c0442c495628 |
|
BLAKE2b-256 | 3b5ba737986ce9fca3405fe6003dfb6375c181e754cdca7c5755242b2f552658 |