Coder Social home page Coder Social logo

openai-signup-tool's Introduction

openai注册机

介绍

基于浏览器方案的openai注册机。如果你在找协议版的,可以参考openai-signup-bot

免责声明

本项目仅供学习交流使用,严禁用于商业用途,否则后果自负。

使用方法

前置准备

  • 一个支持openai注册的域名,比如example.com
  • 一个支持catch all的收件服务,比如cloudflare或者自建的邮箱服务器
  • 一个用于接受catch all邮件的且支持imap协议的邮箱,比如outlookgmail

开始使用

  1. 配置邮箱
    配置好你前序准备的域名和邮箱,保证所有openai的邮件都会转发到你的支持imap协议的邮箱中。
  2. 克隆本项目
git clone https://github.com/MagicalMadoka/openai-signup-tool.git

cd openai-signup-tool
  1. 重命名config/config.json.exampleconfig/config.json
  • domain: 必填,你注册用的域名。
  • proxy: 选填,代理地址。正常的URL格式例如:http://user:[email protected]:8080。如果是多个用;进行分割,会自动随机选择一个进行使用。
    • 背后最好使用高质量的代理池,可以减少过cf和arkose的麻烦。如果代理服务器运行在你的本地,请使用host.docker.internal替换掉127.0.0.1
    • 请注意在一次注册上下文中会使用一个固定的代理地址,因此如果你的代理是动态的,那么他的生效时间应该需要大于一次注册的时间。
  • clientKey: 选填,yescaptcha的clientKey,如果出现验证码,会尝试进行打码。
  • emailWorkerNum: 必填,处理邮件的线程个数,根据机器的配置自行决定。
  • signupWorkerNum: 必填,注册线程的个数,根据机器的配置自行决定。
  • emailAddr: 必填,你的邮箱地址。
  • emailPassword: 必填,你的邮箱密码,或应用密码。这取决于你的邮箱服务的提供方。
  • emailImapServer: 必填,你的邮箱的imap服务器地址,一般可以在你邮箱服务的提供方的文档中找到。
  • emailImapPort: 选填,你的邮箱的imap服务器端口,一般可以在你邮箱服务的提供方的文档中找到。
  1. 运行
docker compose up -d

注册成功的账号会出现在data/accounts.txt中。如果账号被授权了额度,会额外提取sess到data/sess.txt中。

其他说明

  • 本项目使用的过cf方案是免费的,耗时可能较长。最差的情况下况下,一分钟左右也是可以过的,如果过不了检查一下你的ip。
  • 本项目在一个正常延时的网络和一个配置正常的机器下测试运行正常,所以如果出现问题,可以先排查网络和机器的问题。当然也欢迎你补充一些异常处理的代码。
  • 该方案是基于浏览器的方案,内存不要给的太少,否则会异常退出。

参考项目

交流沟通

  • 本项目相关的讨论请提issues。先点star哦。
  • 其他技术交流: Telegram

帮助我训练模型

我正在维护一些打码模型,并且放出来训练好的参数供大家免费使用,项目地址是funcaptcha-challenger 但是缺少更多的训练数据,如果你配置了打码服务,并且乐于帮助我,你可以把data/solved目录下的图片发给我的机器人

openai-signup-tool's People

Contributors

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