16 lines
No EOL
656 B
Markdown
16 lines
No EOL
656 B
Markdown
# 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 well on window11 and on Ubuntu.
|
|
|
|
run main.py, to launch.
|
|
|
|
|
|
<video src="https://git.rufous-trench.ts.net/Crizomb/Medias/raw/branch/main/chatgpt_bash_windows.mp4" controls></video>
|
|
|
|
<video src="https://git.rufous-trench.ts.net/Crizomb/Medias/raw/branch/main/chatgpt_bash_ubuntu.mp4" controls></video>
|
|
|
|
### Todo
|
|
- [ ] Remove ugly ass xpath in driver.py, put them in a dedicated file or better automatize them
|
|
- [ ] Test if it's still work
|
|
- [ ] Dockerize thingy |