https://github.com/69ares/chatgpt4-selenium
GPT4 - SeleniumChat
https://github.com/69ares/chatgpt4-selenium
free gpt-4 openai openai-chatgpt selenium selenium-python selenium-webdriver windows
Last synced: about 2 months ago
JSON representation
GPT4 - SeleniumChat
- Host: GitHub
- URL: https://github.com/69ares/chatgpt4-selenium
- Owner: 69ares
- Created: 2023-08-24T12:22:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T13:07:38.000Z (almost 2 years ago)
- Last Synced: 2025-08-18T15:39:46.617Z (10 months ago)
- Topics: free, gpt-4, openai, openai-chatgpt, selenium, selenium-python, selenium-webdriver, windows
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPT4 - SeleniumChat
Free chatgpt4 with Selenium
# Setup:
Ensure you have Chrome installed
- https://chromedriver.chromium.org/downloads
Start it with the given command to enable remote debugging.
Windows:
- "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe" --remote-debugging-port=9998 --user-data-dir=openai
You can send a POST request with a different question payload to http://127.0.0.1:5001/ricevi_domanda to get an answer
- curl -X POST -H "Content-Type: application/json" -d "{\"domanda\":\"ciao come stai?\"}" http://127.0.0.1:5001/ricevi_domanda
### Media:

# Possible Uses:
## Automated Question-Answer System:
The script can be used as an automated system to pose questions to a web-based chatbot and obtain answers.
## Testing and Validation:
If you're developing or testing a web-based chat system, this script can be a tool to automatically pose questions and verify the responses.
## Data Collection:
You can modify the script to send a series of questions and collect answers, which can then be used for data analysis or training machine learning models.