您正在查看:2024年8月
2024-08-25 |0x24a
前言
看见 tg 上面的 Warp+ Bot 2 小时才能生成一次,顿时对着闭源软件红温,望周知
安装
注:此教程假设你拥有 3.10 以上的 Python+Pip 和基本的问题排查能力
$ git clone https://github.com/0x24a/WarpPlusKeyGenerator-NG.git
$ cd WarpPlusKeyGenerator-NG
$ python3 -m pip3 install -r requirements.txt
生成
基本使用方法
$ python3 main.py
进阶使用方法
python3 main.py [-h] [-q 数量] [-o 输出文件] [-a] [-b BASEKEYS]
Generates Warp+ Keys
options:
-h, --help 显示此帮助信息
-q QUANTITY, --quantity 数量
生成数量
-o OUTPUT, --output 文件名
将生成的Keys输出到一个文件。
-a, --append 将Keys追加到文件。(如未制定,则覆盖)
-b BASEKEYS, --basekeys BASEKEYS
指定英文逗号分隔的basekeys.
会自动从 Github 获取 Basekeys,并显示类似下方内容的输出:
WARP+ Key Generator
By 0x24a, Version v0.0.4
Loading basekeys from the Github Repo...
Loaded 11 Base Keys
Generating... (1/1)
Account Type: limited
Data Limit: 1923837130 GiB
License Key: (生成的key)
Keys:
(生成的key)
导入方式
见之前的文章 免费获得 WARP 的小技巧 § 导入方式
已知问题
Account Type: free
显示账号类型为 free 时,WARP 的移动客户端会显示为 WARP+,但通过 Cloudflare 的 cdn-cgi/trace 接口检测,会显示为普通 WARP 线路。