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.
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.0.0.tar.gz
(2.5 kB
view details)
File details
Details for the file scrapgpt-1.0.0.tar.gz.
File metadata
- Download URL: scrapgpt-1.0.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38d84a02e9ee08779e461b477796a0e832cf7361ff93bf7f5023dd660ae65584
|
|
| MD5 |
3ae407db18a86c5fa048b2194015492c
|
|
| BLAKE2b-256 |
f5e87a893c18f93e04b79af931fce407742ae756da8f2317226c44814418c150
|