Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

yersonargote/python-cli-reverse-chatgpt-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI to use chat-gpt-reverse

Using Reverse Engineered ChatGPT API create a simple python CLI.

Warning: Not use you can be banned :'(.

Access token

Access token

  • Note: Create an .env file and put the access token

Install dependencies

pipenv install

Run app

Option 1

pipenv shell
python3 main.py "message" "name"

Option 2

pipenv run main.py "message" "name"