Giter VIP home page Giter VIP logo

qsign's Introduction


Fork me on Gitee

签名api一键包(Windows) star fork

GitHub stars GitHub forks GitHub issues


签名api原项目已经停止维护并删库,本项目仅更新QQ版本文件及教程!!!

因为部分特殊原因,应要求删除NTQQ相关内容

介绍

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版本会出现这种情况,可以参考issues#I8GLZN进行解决(感谢batvbs提供的解决方法),或者使用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,这是对开发者最大的动力

qsign's People

Contributors

touchscale avatar batvbs avatar lwayage avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.