MuelNova / novabot-plugin-word-bank

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoneBotPluginLogo

NoneBotPluginText

novabot-plugin-word-bank

✨ Word-Bank2,但是魔改了 ✨

license pypi python

📖 介绍

魔改自 nonebot-plugin-wordbank2,用法相同~~(毕竟基本是 Copy 的)~~

💿 安装

使用 nb-cli 安装 在 Nova-Bot 的根目录下打开命令行, 输入以下指令即可安装
nb plugin install novabot-plugin-word-bank
使用包管理器安装 在 Nova-Bot 的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令
pip
pip install novabot-plugin-word-bank
pdm
pdm add novabot-plugin-word-bank
poetry
poetry add novabot-plugin-word-bank
conda
conda install novabot-plugin-word-bank

打开 Nova-Bot 的 bot.py 文件, 在其中写入

nonebot.load_plugin('novabot_plugin_word_bank')
从 github 安装 在 Nova-Bot 项目的插件目录下, 打开命令行, 输入以下命令克隆此储存库
git clone https://github.com/Nova-Noir/novabot-plugin-word-bank.git

打开 Nova-Bot 项目的 bot.py 文件, 在其中写入

nonebot.load_plugin('path.to.novabot.novabot-plugin-word-bank.novabot_plugin_word_bank')

在默认情况下,它应该是

nonebot.load_plugin('novabot.plugins.novabot-plugin-word-bank.novabot_plugin_word_bank')

⚙️ 配置

目前无,参考源代码。

可修改代码更改问答文件的地址

🎉 使用

指令表

nonebot-plugin-wordbank2

About

License:MIT License


Languages

Language:Python 100.0%