You don't need API key, this simple project use selenium to communicate beetwen chatgpt website and your pc.
Find a file
Crizomb e4d167d3d7
no auto send
output msg is no longer send automically and is just written
2023-04-08 19:47:44 +02:00
chatgpt_code_interface no auto send 2023-04-08 19:47:44 +02:00
README.md Update README.md 2023-04-07 16:11:15 +02:00

ChatGPT-python-bash-interface

You don't need an API key, this simple project use selenium to communicate beetwen chatgpt website and your pc. install all libs in requierements.txt. This code work on window11. On linux only "exec_term_code" (which is the script that run terminal commands) doesn't work well. When using the code for the first time, go to main change last line by:

if name == "main": create_user_data()

run main.py, connect to chatgpt and then wait 60s the code to stop. then change back the code and run again.

https://user-images.githubusercontent.com/62544756/230621413-0b3dad7a-7d64-423d-b510-a95435ec9d37.mp4