Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/beiyuouo/bbot-ng

🧸 New generation of bbot, using docker, quickly deploy
https://github.com/beiyuouo/bbot-ng

bbot bot go-cqhttp nonebot nonebot2 ssr v2ray v2rss

Last synced: 20 days ago
JSON representation

🧸 New generation of bbot, using docker, quickly deploy

Awesome Lists containing this project

README

        

# bbot-ng

new generation of bbot

## Getting Started

```shell

git clone https://github.com/beiyuouo/bbot-ng.git
cd bbot-ng

# 修改bot配置文件
cp .env.dev-template .env.dev
vi .env.dev

# 修改cqhttp配置文件
cp go-cq-config/config-template.yml go-cq-config/config.yml
vi go-cq-config/config.yml

# 起飞
docker-compose up -d

# 首次登陆可能需要扫描二维码
docker-compose logs -f
```

## Rebuild Environment
```shell
docker-compose down
docker-compose rm -v
docker images
docker image rm bbot-ng_nonebot
docker-compose up -d
```