8000 GitHub - Night1918/mybot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Night1918/mybot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

about

该项目是一个基于 NoneBot 的QQ机器人

项目修改自 @MeetWq 的项目 mybot

usage

## install poetry
curl -sSL https://install.python-poetry.org | python3 -
grep -qxF 'export PATH="$HOME/.local/bin:$PATH"' ~/.bashrc || echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

## clone this repo
git clone git@github.com:Night1918/mybot.git
cd mybot

## install dependencies
poetry install
sudo apt install ffmpeg imagemagick poppler-utils

## config
cp .env.example .env.prod
vim .env.prod

## run
poetry run nb run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Languages

  • Python 69.1%
  • HTML 23.6%
  • CSS 7.3%
0