使用anaconda部署NoneBot2
安装NoneBot
选择合适的位置并激活conda环境
1 | cd /www/wwwroot |
开始使用
1 | nb create |
修改运行端口.env.dev及.env.prod
运行项目
1 | nb run # 或python bot.py |
配置go-cqhttp
修改config.yml并使用反向ws代理
1 | reverse_url: ws://127.0.0.1:8080/cqhttp/ws # 127.0.0.1:8080修改为你在上一步中修改的HOST:PORT |
创建自动脚本
start.sh
1 |
|
stop.sh
1 |
|
restart.sh
1 |
|
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.