Giter Club home page Giter Club logo

xyhelper-arkose's Introduction

xyhelper-arkose

ENGLISH

自动获取arkose的token,用于自动化测试

1. 安装

git clone https://github.com/xyhelper/xyhelper-arkose.git
cd xyhelper-arkose
docker compose up -d

或者仅复制 docker-compose.yml 中的内容

version: '3'
services:
  chat.openai.com:
    image: xyhelper/xyhelper-arkose:latest
    restart: always
    ports:
      - 8199:80
    environment:
      - PORT=80
  chrome:
    image: kasmweb/chrome:1.10.0
    ports:
      - "6901:6901"
    environment:
      - VNC_PW=xyhelper
      - URL=http://chat.openai.com
    shm_size: 512m
docker compose up -d

2. 使用

2.1 获取token

curl "http://localhost:8199/token"

2.2 获取token池容量

curl "http://localhost:8199/ping"

2.3 主动挂机

curl "http://localhost:8199/?delay=10"

3. 增加挂机节点

在节点使用以下 docker-compose.yml 启动

version: '3'
services:
  chrome:
    image: kasmweb/chrome:1.10.0
    ports:
      - "6901:6901"
    environment:
      - VNC_PW=xyhelper
      - URL=https://chatarkose.xyhelper.cn  # 修改为你的挂机节点
    shm_size: 512m
docker compose up -d

4. 管理chrome

登陆地址:https://localhost:6901

用户名:kasm_user

默认密码:xyhelper

xyhelper-arkose's People

Contributors

gcslaoli 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.