-
Notifications
You must be signed in to change notification settings - Fork 101
File2「Nonebot2的安装」
Wuyi无疑 edited this page Sep 9, 2022
·
17 revisions
-
在插件目录文件夹下执行(Alpha16 版本及以下执行上面那一条,Beta1 版本执行下面一条)
# Nonebot2 <= alpha-16 $ git clone -b nonebot2 https://github.com/KimigaiiWuyi/GenshinUID.git --depth=1 # Nonebot2 >= beta-1 $ git clone -b nonebot2-beta1 https://github.com/KimigaiiWuyi/GenshinUID.git --depth=1
-
进入 GenshinUID 文件夹内,安装依赖库
pip3 install -r requirements.txt
-
在 Nonebot2 的 Bot.py 文件中,添加 GenshinUID 的插件目录加载代码。
-
启动 NoneBot2 后,私聊机器人,发送
添加 cookies
(方法:获取米游社 Cookies) -
进入机器人在的群聊,即可正常使用本插件。