Skip to content
    Back to all Bounties

    Earn 2,700 ($27.00)

    Time Remainingdue 2 years ago
    Unlisted
    Canceled

    Automate OpenAI account sign up when a new use signs up on my React/Node app

    SamuelSmith68
    SamuelSmith68
    Posted 2 years ago

    Bounty Description

    Problem Description

    I’m creating a fancy UI to resell ChatGPT. I’ve got a lot of the functionality already built, but what I’m needing to do is automate new account creation/sign up at OpenAI whenever a new user creates an account with my app. I’ve got Firebase set up for auth and Google OAuth.

    I just need help finding a way to automate the account creation. Currently there are 3 ways to create accounts: email, Google OAuth, and Microsoft.

    Creating an account through email requires a 2FA to the email (easy to automate). But after clicking the verify email button, it asks for the user to put in a 2FA code for a non-VOIP phone number. Was thinking I can bypass that with getsmscode.com’s api.

    Another idea is keeping the Google OAuth login on my React side and bumping it over through into OpenAI’s.

    So there’s several options, but I just need help implementing it. So it’ll require automation and potentially scripting/puppeteer or something of the like.

    Acceptance Criteria

    New account creation on react app creates a new account on OpenAI
    That new auth is saved into Firebase (so our Node backend can pull it for API access)