acheong08/OpenAIAuth

Reverse engineered Auth0 for OpenAI

GoPythonMakefile
This is stars and forks stats for /acheong08/OpenAIAuth repository. As of 26 Apr, 2024 this repository has 424 stars and 122 forks.

OpenAIAuth Fetch access tokens for chat.openai.com Python version from OpenAIAuth import Auth0 auth = Auth0(email_address="[email protected]", password="example_password") access_token = auth.get_access_token() Go version package main import ( "fmt" "os" "github.com/acheong08/OpenAIAuth/auth" ) func main() { auth := auth.NewAuthenticator(os.Getenv("OPENAI_EMAIL"), os.Getenv("OPENAI_PASSWORD"), os.Getenv("PROXY")) err := auth.Begin() if err.Error != nil { println("Error: " + err.Details) println("Location:...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
scikit-optimize/scikit-optimizePythonShellMakefile2.7k+35180
AlexAltea/milli-pyRustPython118020
bazelbuild/rules_licenseStarlarkPythonC++580240
microsoft/cheriot-ibexSystemVerilogPythonC++45060
mic1on/chatGPT-webVuePythonTypeScript647+3250+1
prometheus/snmp_exporterGoMakefileOther1.4k+2567+3
open-telemetry/opentelemetry-go-contribGoOther84404480
SamBumgardner/CSC-303-Git-PlaygroundHaxePython30230
techiescamp/devops-projectsHCLJinjaPython47203530
schibsted/WAASJavaScriptPythonCSS1.6k+5800