Python library for scraping ChatGPT
Project description
ScrapGPT
ScrapGPT is a simple yet powerful library that allows developers to easily interact with the ChatGPT by scraping the website. It provides a convenient interface to send messages to the website and receive responses, making it easy to integrate ChatGPT into your own applications.
Installation
You can install ScrapGPT using pip, the Python package manager. Open your command-line interface and execute the following command:
pip install scrapgpt
Getting Started
To get started, use the following simple 3 line code.
from scrapgpt import ScrapGPT
# Open AI Login Credentials
EMAIL = "..."
PASSWORD = "..."
chatgpt = ScrapGPT(EMAIL, PASSWORD)
response = chatgpt.ask("How are you?")
print(response)
# As an AI language model, I don't have
# feelings or emotions, but I'm here to
# help you with any questions or information
# you need. How can I assist you today?
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
scrapgpt-1.1.0.tar.gz
(2.6 kB
view details)
File details
Details for the file scrapgpt-1.1.0.tar.gz.
File metadata
- Download URL: scrapgpt-1.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f43b1ee8a52d8b3fde4439db21840b9b5b0f5609f5b16fa62a0b76d4eb108b20
|
|
| MD5 |
a561e31a781a56852d13467e760d9851
|
|
| BLAKE2b-256 |
15785b5c6bde0bed35962398235926944aae4af81f7dcd1dffb13353d4eb97ed
|