Skip to main content

A Python package for automating interactions with ChatGPT using Selenium.

Project description

ChatGPTAutomation

Description

ChatGPTAutomation is a Python package designed to automate interactions with ChatGPT using Selenium. It simplifies the process of sending prompts, managing responses, and handling files in the ChatGPT interface, making it an ideal tool for developers and testers who require automated ChatGPT interactions.

Features

  • Automated sending of messages to ChatGPT.
  • Support for file uploads to ChatGPT.
  • Retrieval and storage of ChatGPT conversations.
  • Customizable WebDriver settings for browser management.

Installation

To install ChatGPTAutomation, simply run:

pip install ChatGPTAutomation

Usage

Import the package and use it in your Python scripts as follows:

from chatgpt_automation.chatgpt_automation import ChatGPTAutomation

# Initialize with path to Chrome and ChromeDriver
chat_bot = ChatGPTAutomation(chrome_path="path/to/chrome.exe", chrome_driver_path="path/to/chromedriver.exe")

# Example: Sending a prompt
chat_bot.send_prompt_to_chatgpt("Hello, ChatGPT!")

# Retrieve and save conversation
chat_bot.save_conversation("conversation.txt")

Send file with prompt:

chat_bot.upload_file_for_prompt("test_file.txt")
chat_bot.send_prompt_to_chatgpt("Please explain to me what is in this file?")

check_response_status function:

if chat_bot.check_response_status():
    print("Response is ready and complete.")
    # You can now proceed to retrieve or process the response.
else:
    print("There was an issue in generating the response.")

get the last response using return_last_response function:

chat_bot.send_prompt_to_chatgpt("Hello, ChatGPT!")
response = chat_bot.return_last_response()

Requirements

  • Python 3.8 or higher
  • Selenium==4.9.0
  • Other dependencies can be found in requirements.txt

License

This project is licensed under the MIT License - see the LICENCE.md file for details.

Contact

For questions or feedback, please contact Seyed Ali Hosseini at iamseyedalipro@gmail.com.

Acknowledgements

  • OpenAI for ChatGPT
  • Selenium contributors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ChatGPTAutomation-0.1.1.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ChatGPTAutomation-0.1.1-py3-none-any.whl (10.2 kB view details)

Uploaded Python 3

File details

Details for the file ChatGPTAutomation-0.1.1.tar.gz.

File metadata

  • Download URL: ChatGPTAutomation-0.1.1.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for ChatGPTAutomation-0.1.1.tar.gz
Algorithm Hash digest
SHA256 86d962edec4023613f42d752c65792b1a08dd940afef8f3153842c2830e03539
MD5 9642445335d64187df2a4992ce817c7e
BLAKE2b-256 3c1aa21a1586864490563f38dce3c134994fab6331766cfc5d897a9180cc14c5

See more details on using hashes here.

File details

Details for the file ChatGPTAutomation-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for ChatGPTAutomation-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e38ba78f0bdc50a8487889d99792ee4b0194bb048c35d4d05f7da9ff84a408ef
MD5 ab5e70ab5101ae25cf5fd46bafc0288b
BLAKE2b-256 b6863b7420c30791afa55177776f7b1928a054a174a57f2a187c73359cbddae3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page