sinksmell / monkey-master

A deno tool for buying hot GPUs in JD, such as GTX3080 rx6800, a thick-skinned orange!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monkey-master

黄皮衣,酥麻罪恶滔天,此项目诞生于抢购猴卡 RTX3080、RX6800XT.....。

安装

安装deno:

Shell (Mac, Linux):

curl -fsSL https://deno.land/x/install/install.sh | sh

PowerShell (Windows):

iwr https://deno.land/x/install/install.ps1 -useb | iex

如果安装不成功可以看deno官网的更多安装方式 https://deno.land/#installation

安装依赖插件:

deno install -qAf --unstable https://deno.land/x/denon/denon.ts

启动

deno run --allow-env --allow-read --allow-write --allow-net --allow-run --allow-plugin --unstable index.js

or

denon start

配置参数说明

在 conf.json 文件中配置必要参数:

参数 说明 是否必须 数据类型 默认值
timeout 请求超时时间 单位毫秒 Number 5000
userPath 用户信息暂存目录 string ./cookie/
password 支付密码 required string
eid 设备 ID,部分系统可自动获取也可以手动配置 string
fp fingerprint,部分系统可自动获取也可以手动配置 string

TODO

  • auto get fingerprint (e.g. eid,fp). windows 可以不配置
  • seckill
  • GUI?

About

A deno tool for buying hot GPUs in JD, such as GTX3080 rx6800, a thick-skinned orange!


Languages

Language:JavaScript 100.0%