Skip to content

BiologyHazard/BioBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BioBot

TODO

  • autoreply 支持正则匹配

安装

  1. 安装 python

  2. pip 安装依赖

    pip install -r requirements.txt
  3. 安装 enchant (wordle 插件)

    # CentOS
    yum install enchant
    # Ubuntu
    sudo apt install enchant-2
  4. 安装 ffmpeg (maimai 插件)

    sudo apt install ffmpeg
  5. 下载 meme 资源 (meme 插件)

    meme download
  6. 安装字体 (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

About

基于NoneBot2框架的聊天机器人

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published