https://github.com/kaguya233qwq/easynonebot
a script which can make NoneBot installing easy and quick./Nonebot快速安装脚本,Nonebot一键部署
https://github.com/kaguya233qwq/easynonebot
bot nonebot nonebot2 nonebot3 rpi
Last synced: 12 months ago
JSON representation
a script which can make NoneBot installing easy and quick./Nonebot快速安装脚本,Nonebot一键部署
- Host: GitHub
- URL: https://github.com/kaguya233qwq/easynonebot
- Owner: Kaguya233qwq
- License: mit
- Created: 2023-08-02T06:05:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T00:43:12.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T20:32:31.984Z (over 1 year ago)
- Topics: bot, nonebot, nonebot2, nonebot3, rpi
- Language: Shell
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 📖 介绍
编写脚本实现一键绿色安装,简单,实用,轻量
- 驱动器默认安装fastapi
- 适配器默认安装onebot
- 配置文件已经写入基础配置,可自行根据需要修改
- 使用开发者模板,小白和开发者都能用
## 💿 安装
请确保在你的计算机/服务器上已经安装了python3.8以上版本
如果没有,请 自行 [下载安装](https://www.python.org/downloads/)
⚙️为Windows系统安装
## 1.git方式(推荐)
git clone 本项目,选择直接双击运行"install_for_windows.bat"
`git clone https://github.com/Kaguya233qwq/EasyNoneBot.git`
## 2.curl方式(不推荐)
由于raw.githubusercontent.com被dns污染,可能需要手动修改hosts文件才能正常执行
`curl https://raw.githubusercontent.com/Kaguya233qwq/EasyNoneBot/master/install_for_windows.bat`
⚙️为Linux系统安装
## 直接使用命令安装
`sh -c "$(curl -fsSL https://raw.githubusercontent.com/Kaguya233qwq/EasyNoneBot/master/install_for_linux.sh)"`
如果不能执行,请修改hosts文件:
1.用熟悉的文本编辑器打开hosts
`sudo vim /etc/hosts`
2.查询raw.githubusercontent.com的[ip地址](https://tool.lu/ip/) :
`185.199.108.133`
3.在hosts文件的最下面一行添加:
`185.199.108.133 raw.githubusercontent.com`
保存退出后再次运行即可
## 🔑许可证
本项目使用 MIT 许可
## 🔖 其他
[Nonebot](https://nb2.baka.icu/) :非常好用的跨平台python机器人框架