wtfaremyinitials / osa-imessage

Send and receive iMessages with nodejs
MIT License
324 stars 54 forks source link

Any way of changing the account that sends the message? #23

Open reteps opened 6 years ago

wtfaremyinitials commented 6 years ago

Unfortunately there doesn't appear to be any easy way to do this.

However, you could try running the node process as root and using process.setuid to switch between macOS user accounts that are signed into different iCloud accounts. In theory this should work, but I've never tried it.