Analysis updated 2026-05-18
Load a hosted text file of proxy addresses and have the tool refresh it automatically.
Paste HTTP or SOCKS5 proxy addresses with credentials directly into the web interface.
Deploy the service with Docker Compose and manage it from a web page on port 13000.
Follow the README's guide to manually apply the proxy pool changes to the original codebase.
| strongshuai/chatgpt2api-proxy-pool | autolearnmem/automem | billy-ellis/exr-imageio-poc | |
|---|---|---|---|
| Stars | 32 | 32 | 32 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | hard | moderate |
| Complexity | 3/5 | 5/5 | 3/5 |
| Audience | developer | researcher | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires Docker and a list of working proxy servers.
chatgpt2api-proxy-pool is a modified version of an existing tool called chatgpt2api, which automates the process of creating ChatGPT accounts. The original tool supports routing its registration requests through a single proxy server (a middleman server that disguises where the traffic is coming from). This fork adds a proxy pool: instead of one proxy, it manages a list of many proxies and automatically rotates through them, using a different one for each registration attempt. The proxy list can be loaded in two ways. You can provide a URL pointing to a plain text file hosted somewhere online, and the tool will download that list automatically and refresh it on a schedule you configure (every 60 seconds by default). Or you can paste proxy addresses directly into a text field in the web interface. Addresses can be in HTTP or SOCKS5 format, with optional username and password credentials. The current proxy being used is shown live on the registration page so you can confirm it is working. Deployment is done through Docker, which is a tool that packages software into a portable container so it runs the same way on any machine. The README provides ready-to-copy Docker commands for starting the service, along with a Docker Compose configuration for users who prefer that format. Once running, the tool is accessed through a web interface on port 13000. The README also includes a detailed step-by-step guide for developers who want to manually apply the proxy pool changes on top of the original chatgpt2api codebase, listing exactly which files to create or modify and providing the relevant code blocks for each change. This tool is designed for users who need to create multiple ChatGPT accounts and want to spread those requests across different IP addresses to avoid blocks.
A fork of chatgpt2api that rotates ChatGPT account registration requests through a pool of proxies instead of one.
Mainly Python. The stack also includes Python, Docker, Docker Compose.
Unknown, the explanation does not state a license.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.