- autoreply 支持正则匹配
-
安装 python
-
pip 安装依赖
pip install -r requirements.txt
-
安装 enchant (wordle 插件)
# CentOS yum install enchant # Ubuntu sudo apt install enchant-2
-
安装 ffmpeg (maimai 插件)
sudo apt install ffmpeg
-
下载 meme 资源 (meme 插件)
meme download
-
安装字体 (meme 插件)
https://github.com/MeetWq/meme-generator/blob/main/docs/install.md
MemeCrafters/nonebot-plugin-memes#43
cd /usr/share/fonts cp /root/BioBot/data/fonts/* . fc-cache -fv rm ~/.cache/matplotlib/*然后重启bot