[email protected]
┃
@zeeshanahmad4
┃
Zee#0291
┃
zeeshan.ahmad400
For discussion, queries and freelance work. Do reach me.👆👆👆
This is a Python script that uses Selenium to automate the process of chatting with ChatGPT (https://chatgpt.openai.com/). It sends a question to ChatGPT and saves the response to a text file.
- Automates the process of chatting with ChatGPT
- Saves the response to a text file
- Python 3.x
- Selenium Python library
- Chrome webdriver
- Install Python 3.x (if it is not already installed)
- Install Selenium by running
pip install selenium
- Download a Chrome webdriver from the Selenium website (http://www.seleniumhq.org/download/) and add it to your PATH
- Clone or download this repository
- Navigate to the repository directory in a terminal
- Run the script by typing
python chatgpt_automation.py
Contributions are welcome! If you have any suggestions or bug reports, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- ChatGPT: https://chatgpt.openai.com/
- Selenium: http://www.seleniumhq.org/