A Python-based tool for registering ChatGPT accounts using DuckDuckGo disposable emails and adding them to sub2api.
.. code-block:: bash
pip install -e .
- Initialize configuration:
.. code-block:: bash
python -m scripts.setup
- Register accounts:
.. code-block:: bash
python -m scripts.batch_register --count 5
- Verify accounts:
.. code-block:: bash
python -m scripts.verify_accounts
- Cleanup accounts:
.. code-block:: bash
python -m scripts.cleanup_accounts --status unhealthy
batch_register: Register multiple ChatGPT accountscleanup_accounts: Clean up unhealthy or unwanted accountsverify_accounts: Verify account statussetup: Initialize configuration wizard
Edit openai-sub2api-config.json or run setup to configure.