Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/beiyuouo/bbot-ng
- Owner: beiyuouo
- License: apache-2.0
- Created: 2021-11-18T10:37:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-19T15:04:56.000Z (almost 3 years ago)
- Last Synced: 2024-10-18T08:16:19.769Z (about 1 month ago)
- Topics: bbot, bot, go-cqhttp, nonebot, nonebot2, ssr, v2ray, v2rss
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```