Skip to main content

Nonebot2 HikariBot,支持战舰世界水表查询

Project description

HikariBot

战舰世界水表Bot,基于Nonebot2
水表人,出击!wws me recent!!!
如果觉得本插件还不错的话请点个Star哦~
Hoshino版插件

特点

  • 账号总体、单船、近期战绩
  • 全指令支持参数乱序
  • 快速切换绑定账号
  • 支持@快速查询

快速部署(作为独立bot)

  1. 下载notepad++Git并安装

  2. 下载Python版本需>3.8,或参考Hoshino版插件中使用Conda虚拟环境

  3. 执行下列两条命令安装nonebot2和hikari-bot插件

    pip install nb-cli
    pip install hikari-bot
    
  4. 打开一个合适的文件夹,鼠标右键——Git Bash here,输入以下命令克隆本Hoshino仓库

    git clone https://github.com/benx1n/HikariBot.git
    cd HikariBot
    
  5. 编辑.env.prod文件

    API_TOKEN = xxxxxxxx #无需引号
    
  6. 运行bot

    nb run
    

    此时若没有报错,您可以打开http://127.0.0.1:8080/go-cqhttp/

    点击左侧添加账号,重启bot即可在网页上看到相应信息(大概率需要扫码)

快速部署(作为插件)

  1. 如果您已经有了一个基于Nonebot2的机器人(例如真寻),您可以直接
    pip install hikari-bot
    
  2. 在bot的bot.py中加入
    nonebot.load_plugin('hikari_bot')
    
  3. 在环境文件中加入API_TOKEN = xxxxxxxxxxxx

一般来说该文件为.env.dev

也有可能是.env.pord,具体需要看.env中是否有指定

如果啥都不懂,bot.py里,在nonebot.init()下面加上

config = nonebot.get_driver().config
config.api_token = "xxxxxxxxxxxx"
  1. 重启bot

更新

pip install --upgrade hikari-bot
cd HikariBot
git pull

感谢

Nonebot2
go-cqhttp
战舰世界API平台

开源协议

MIT

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

hikari-bot-0.1.2.tar.gz (16.4 kB view hashes)

Uploaded Source

Built Distribution

hikari_bot-0.1.2-py3-none-any.whl (21.2 kB view hashes)

Uploaded Python 3

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