Update README.md

This commit is contained in:
Priyanshu Patel
2024-01-20 12:40:31 +05:30
committed by GitHub
parent 1246d5fcb4
commit d10c9a978c
+4 -4
View File
@@ -1,5 +1,9 @@
# ChatGPT Unofficial API Selenium
## ⭐ Video.
**Link** - https://youtu.be/cMCn2cljlls
## ⭐ Why this API?
This is an unofficial API for ChatGPT using Selenium. it is not recommended to use this API for production. This API is only for testing purposes.
@@ -93,10 +97,6 @@ api_backend.stop_chat_gpt()
```
#### **Note**: You can run `testing_api.py` file to see how to use the API in your project.
## ⭐ Video.
**Link** - https://youtu.be/cMCn2cljlls
## ⭐ Extras.
* `gmail_xpath` in `start_chat_gpt` function in `api_backend.py` file is the xpath of which search by email holder's name this can be changed to the users name. this will enable auto login to chatgpt if the user is already logged in to `google` in the remote chrome browser.