Loading... ## 前言 本文是 Mirai 搜图机器人视频搭建教程 配套的文字教程。 目前仅仅是 windows 下的教程 ## 准备 ### 文件下载 下载打包好的文件 点击下载 [搜图、RSS一键包.rar](https://image.myelf.club/%E6%90%9C%E5%9B%BE%E3%80%81RSS%E4%B8%80%E9%94%AE%E5%8C%85.rar "搜图、RSS一键包.rar") ### 知识储备 机器人基于 Mirai 框架,本教程使用另一个方便的一键包,也就是 go-cqhttp ,它相当于QQ客户端 搜图插件 cq-picsearcher-bot ,是依靠 go-cqhttp 的插件 ELF_RSS 插件 是我自己开发的 RSS 订阅插件,具体请看文章末尾链接 插件需要 go-cqhttp 才能发挥作用。 ## 教程 ### 命令 1. 搜图插件部分命令 ```bash (1) 一般情况下 npm i (2) 如果你将机器人部署在国内,为了避免因网络问题导致的各种莫名其妙的问题,建议像下面这样安装并使用淘宝的 cnpm npm i -g cnpm --registry=https://registry.npm.taobao.org cnpm i ### 如果因为一些原因无法使用 cnpm,你也可以这样 npm i --registry=https://registry.npm.taobao.org --disturl=https://npm.taobao.org/dist ``` 具体使用安装教程: https://github.com/Tsuk1ko/cq-picsearcher-bot/wiki/%E5%A6%82%E4%BD%95%E9%A3%9F%E7%94%A8 2. ELF_RSS 插件部分命令 ```bash # 国内 pip3 install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple # 国外服务器 # pip3 install -r requirements.txt # 如果pip3安装不了,将pip换成pip再全部重新安装 # 建议使用pip3 ``` 具体使用安装教程: https://myelf.club/index.php/archives/221/ ### 视频教程 旧版本:https://www.bilibili.com/video/BV1Mb411B7QX/ 新版本: https://www.bilibili.com/video/BV1c54y127bE/ ## 更新 去对应地方下载、替换 1. go-cqhttp 的更新 https://github.com/Mrs4s/go-cqhttp/releases 选择对应版本下载,win一般选 windows-amd64.zip 结尾的文件 2. cq-picsearcher-bot 更新 https://github.com/Tsuk1ko/cq-picsearcher-bot/archive/master.zip 将下载文件解压后覆盖对应文件 3. ELF_RSS 的更新 https://github.com/Quan666/ELF_RSS/archive/master.zip 将下载文件解压后覆盖对应文件 ## 常见问题 1. 待补充... ## 相关项目 [Tsuk1ko / cq-picsearcher-bot](https://github.com/Tsuk1ko/cq-picsearcher-bot "Tsuk1ko / cq-picsearcher-bot") [Mrs4s / go-cqhttp](https://github.com/Mrs4s/go-cqhttp "Mrs4s / go-cqhttp") [Quan666 / ELF_RSS](https://github.com/Quan666/ELF_RSS "Quan666 / ELF_RSS") [mamoe / mirai](https://github.com/mamoe/mirai "mamoe / mirai") Last modification:October 6th, 2020 at 07:26 pm © 允许规范转载 Support If you think my article is useful to you, please feel free to appreciate ×Close Appreciate the author Sweeping payments Pay by AliPay Pay by WeChat
Comment here is closed