WeSearch

I built a tool to auto-generate iMessage replies

·1 min read · 0 reactions · 0 comments · 11 views
#technology#imessage#ai
I built a tool to auto-generate iMessage replies
⚡ TL;DR · AI summary

A new tool has been developed to auto-generate replies for iMessage using OpenAI technology. Users can select a chat, edit the AI-generated draft, and send it with ease. The setup process involves creating a virtual environment, installing dependencies, and configuring API keys.

Key facts
Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

iMessage Bot Drafts a reply to your most recent iMessage DM or group chat using OpenAI, then previews it before sending. Pick a chat from the tabbed picker (DMs / Group Chats), edit the AI draft, hit Send. If the draft has paragraphs separated by blank lines, each is sent as its own iMessage. Setup 1. Create a venv python3 -m venv ~/.venvs/message_bot 2. Install dependencies ~/.venvs/message_bot/bin/pip install -r requirements.txt 3. Add your OpenAI API key Copy .env.example to .env and fill in your key: cp .env.example .env Or, if you'd rather not use a .env file, export it in your shell (or add to ~/.zshrc): export OPENAI_API_KEY="sk-..." .env takes precedence over shell exports.

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub