Skip to content

MikeSmvl/imessage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

imessage

Script to send imessages.

Usage

Send imessage from MacOS terminal

python3 /path/to/send.py -phone 1234567890 -message "Some message"

# further simplified
alias sendMom="python3 /path/to/send.py -phone 1234567890 -message"
sendMom "hello"

Send imessage through remote MacOs server

python3 /path/to/ssh-send.py -password somepassword -host user@host -location /path/to/send.py -phone 1234567890 -message "Some message"

# further simplified
alias sendMom="python3 /path/to/ssh-send.py -password somepassword -host user@host -location /path/to/send.py -phone 1234567890 -message"
sendMom "hello"

About

Send an imessage via SSH

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published