https://github.com/code-sample-collection/wosbot
https://github.com/code-sample-collection/wosbot
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-sample-collection/wosbot
- Owner: Code-Sample-Collection
- License: mit
- Archived: true
- Created: 2021-04-03T12:59:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-03T12:59:52.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T07:38:43.874Z (about 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 安装插件