AutoPoe is a web automation tool designed to seamlessly interact with bots on Poe by leveraging the OpenAI API.
- [2024.02.23] First release.
-
📦 Install Dependencies
pip install -r requirements.txt
-
🚀 Run Server
python openai_api.py
-
📁 Load Extension
- Open chrome://extensions.
- Enable developer mode (top right of page).
- Click "Load unpacked extension" (top left page).
- Select extension directory.
-
🌐 Open Poe
- Open Poe.com.
- Login to your account.
- Open Chat Page.
-
⚠️ NoteDue to this reason, please strictly follow the above steps to ensure the websocket connection is established.
See openai_api_request.py for more details.
Welcome to contribute by creating issues or submitting pull requests.