Dooy / openai-token

Repository from Github https://github.comDooy/openai-tokenRepository from Github https://github.comDooy/openai-token

OpenAIAuth for Node.js

OpenAI Authentication Library for ChatGPT.

Usage

import Authenticator from 'openai-token'

const auth = new Authenticator('my@email.com', 'myPassword')
await auth.begin()
const token = await auth.getAccessToken()

Credits Thank you to:

About


Languages

Language:TypeScript 92.4%Language:Python 7.6%