1 Star 1 Fork 32

千奈千祁 / 签名api一键包(Windows)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
BSD-3-Clause

Fork me on Gitee

签名api一键包(Windows) star fork

GitHub stars GitHub forks GitHub issues

介绍

Windows的签名api一键搭建包

使用教程

Windows

  1. 点击这里或者这里下载jdk软件(想使用其他版本可以打开 jdk下载地址(32位系统或想用其他版本的可查看).txt 里的地址选择版本进行下载)
  2. 克隆本仓库(不推荐,有时候最新的更新可能会有些问题,建议从发行版中下载)或在发行版中下载对应版本(推荐)

使用 gitee

git clone https://gitee.com/touchscale/Qsign

使用 github

git clone https://github.com/touchscale/Qsign
  1. 按照 使用教程.txt 里的教程完成搭建

Linux

1.使用ssh工具连接服务器,如果是手机打开Termux即可

2.安装jdk8

sudo apt update&&sudo apt install openjdk-8-jdk

3.服务器使用ftp上传文件或者克隆项目,Termux直接克隆项目

4.解压压缩包(克隆项目无需解压)

unzip Qsign-1.1.9.zip

5.检查端口占用

netstat -lntp

注意:如有占用请编辑config.json,更改端口

6.启动!

bash bin/unidbg-fetch-qsign --basePath=txlib/8.9.80

注意:版本号可更改

7.screen挂后台

①.安装screen

sudo apt install screen

②.创建窗口

screen -S qsign

③.运行

bash bin/unidbg-fetch-qsign --basePath=txlib/8.9.80

注意:版本号可更改

④.Ctrl+a+d退出

8.剩余步骤和使用教程.txt中的第2.3.5.6.7步一致

疑难解答

  1. 依赖安装或升级失败
  • 可以试试先执行pnpm i,再执行依赖安装指令
  1. Api连接超时
  • 打开配置文件,将端口号更改一下(就是port: 801,801改为任意数字),重启api再试

3.APi频繁崩溃

  • 目前测试API使用83及以上QQ版本会出现这种情况,未找到有效的解决方法,建议使用80或者使用NTQQ

配置文件说明

{ 
   "server": { 
     "host": "0.0.0.0", // 监听地址
     "port": 8080 // 端口号
   }, 
   "key": "114514", // 请求密钥 
   "auto_register": true,  //自动注册实例
   "protocol": { 
     "package_name": "com.tencent.mobileqq", 
     "qua": "V1_AND_SQ_8.9.71_4332_YYB_D", 
     "version": "8.9.71", 
     "code": "4332" 
   }, // QQ版本信息
   "unidbg": { 
     "dynarmic": false, // 高并发建议打开这个,但是实例数量不要太多,会爆炸, 10实例,内存会用掉5GB 
     "unicorn": true, // 追求稳定打开这个,内存占用小 
     "debug": false   // 以日志等级debug显示日志
   }, 
   "black_list": [ 
     1008611 //  黑名单uin 
   ] 
 }

资源

  • Miao-Yunzai(喵版Yunzai): Gitee / Github
  • miao-plugin(喵喵插件): Gitee / Github
  • Yunzai-Bot-plugins-index(插件库):Gitee / GitHub
  • unidbg-fetch-qsign(签名api项目地址):GitHub
  • icqq(icqq项目地址):GitHub

免责声明

功能仅限内部交流与小范围使用,请勿用于以盈利为目的的场景

Wangsheng Funeral Parlor/签名api一键包(Windows)

如果你喜欢这个项目,可以点点 Star,这是对开发者最大的动力

BSD 3-Clause License Copyright (c) 2023, touchscale All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

简介

Windows的一键搭建签名api 展开 收起
BSD-3-Clause
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/qiannqq/Qsign.git
git@gitee.com:qiannqq/Qsign.git
qiannqq
Qsign
签名api一键包(Windows)
master

搜索帮助