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

https://github.com/code-sample-collection/wosbot


https://github.com/code-sample-collection/wosbot

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# wosbot

## 准备环境

```
# wosbot env
python -m venv venv
venv\Scripts\activate # For Windows
pip install fastapi uvicorn
python -m pip install --upgrade pip

# nbot env
# ref: https://v2.nonebot.dev/guide/installation.html
pip install nb-cli
mkdir nbot
nb init
```

### nbot 安装插件