Python ChatGPT Automation Script

Заказчик: AI | Опубликовано: 25.10.2025
Бюджет: 100 $

I need a small Python 3.8+ utility that lets me type a prompt in the console, automatically sends that text to the ChatGPT web chat box, waits for the answer, then prints the response back in the console. No OpenAI API calls are allowed; the script has to interact with the regular browser interface. Essential points • User input is captured from the terminal. • The tool opens ChatGPT (or uses an existing logged-in session), pastes the prompt, clicks send, and monitors the chat until the reply finishes. • Once the full response appears, it is collected and displayed verbatim in the terminal. • Clear setup notes: required packages (e.g., Selenium, Playwright, undetected-chromedriver), environment variables, and any login considerations. • Keep the code concise and well-commented so I can adjust it later. A quick demo video or screenshots proving the workflow would be appreciated but aren’t mandatory.