Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Code-Sample-Collection/wosbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 安装插件

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published