akdev-tech/python-chatgpt
ChatGPT without browser emulation
This tool helps developers integrate ChatGPT into their own Python applications or scripts without needing to simulate a web browser. It automates the process of logging into ChatGPT, handling captchas, sending a message, and receiving an answer directly within a Python environment. Developers can use this to programmatically interact with ChatGPT for various tasks.
No commits in the last 6 months.
Use this if you are a developer looking to send messages to and receive responses from ChatGPT directly within your Python code without browser automation.
Not ideal if you are an end-user simply wanting to chat with ChatGPT through a user interface or if you need robust, production-ready integration with advanced error handling and rate limit management.
Stars
13
Forks
2
Language
Python
License
MIT
Category
Last pushed
Dec 12, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/akdev-tech/python-chatgpt"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rawandahmad698/PyChatGPT
⚡️ Python client for the ChatGPT API with, conversation tracking, proxy support and more.
k4l1sh/alexa-gpt
A tutorial on how to use ChatGPT in Alexa
Simatwa/WebChatGPT
Python SDK/API for ChatGPT Web-Version
toshiakit/MatGPT
MATLAB app to access ChatGPT API from OpenAI
minimaxir/simpleaichat
Python package for easily interfacing with chat apps, with robust features and minimal code complexity.