Automate any AI chat interface using pyautogui and selenium. Control it from another device via HTTP.
curl -fsSL https://raw.githubusercontent.com/gliddd4/remote/main/remote.sh | shRun it:
remoteRecord 9 button positions (search bar, text input, pop-ups, etc.) by pressing r and following the prompts.
| Method | Path | Description |
|---|---|---|
| GET | /status |
Check server status |
| POST | /send |
Send a prompt ({"prompt": "..."}) |
| GET | /config |
View button config |
| POST | /config/ai-url |
Change AI website URL |
| POST | /config/wait-time |
Set max response wait time |
- macOS
- Chrome (with remote debugging support)
- Python 3