A Python interface for interacting with ChatGPT via web interface using Selenium
Project description
ChatGPT Interface
A Python interface for interacting with ChatGPT via web interface using Selenium.
Installation
pip install chatgpt_interface
Usage
from chatgpt_interface import ChatGPTInterface
chatgpt = ChatGPTInterface()
chatgpt.open_chat("URL_of_ChatGPT_Web_Interface")
chatgpt.send_prompt("Hello, how are you?")
response = chatgpt.get_response()
print(response)
chatgpt.close()
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
Built Distribution
File details
Details for the file chatgpt_interface-0.1.4.tar.gz
.
File metadata
- Download URL: chatgpt_interface-0.1.4.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 430852f8aa3a7b41fee6259877515fe574a55d8fbd61cf17321d84c097752706 |
|
MD5 | 53ed86b356c751faad8fbcb7506173bb |
|
BLAKE2b-256 | 2056442c1f7769f81625c17c14ae9c1e1df2b0757500c3fcd38b77a7513d5f11 |
File details
Details for the file chatgpt_interface-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: chatgpt_interface-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8f5fc6c4d95b8890700f302ea16265b0929ece23291162647141728823c02ac |
|
MD5 | 92ce98295d730f050263f67ae2782f35 |
|
BLAKE2b-256 | 932996beb04c6b5c7cddc2262bc14e4a18b13238daeb4f3a384b39a6c871db2f |