gohls / send-iPhone-messages-from-text-file-word-by-word

Send iPhone text messages from a given text file word by word to a group chat.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description:

Send iPhone text messages from a given text file word by word to a group chat.

This idea comes from the TikTok video that went viral. However, here we send it to a group chat.

Things you'll need to run this:

  • iPhone
  • macOS system (linked with your iPhone)
  • Python3
  • DBMS (I used SQLite DB Browser)
  • Text Editor/IDE (recommended; I used VS Code)

Instructions:

  1. Pull the repo/code
  2. Get goup chat ID
  3. Change config.py file with the chat ID
  4. Edit the text.txt file with whatever text
  5. Run the python script!

Preview:

Sources/Resources:

About

Send iPhone text messages from a given text file word by word to a group chat.


Languages

Language:Python 72.1%Language:AppleScript 27.9%