5 ms·
It only works for iMessage texts, unfortunately.
by reidjs 3y ago
It only works for iMessage texts, unfortunately.
- Solvency 3y agoBut the Messages application can send texts to non-iPhone numbers...
- reidjs 3y agoI tried sending to a non iMessage number, it failed to send, but there may be a way.
- FredPret 3y agoMight work in areas with huge iMessage market share like North America - I know probably two people with the "green texts"
- dimask 3y agoIt can also work for SMSs with some changes in the applescript. We made a very similar tool that use to send automated SMSs to experiment participants 2 times per day. The setup is similar and there is a bash script that is called using cron twice per day and calls a matlab script (similar to the python script here) that calls an applescript. This is the applescript that, in practice, sends iMessage to those with iphone and SMS to those without https://github.com/earlychildcog/automate_sms_to_participants/blob/main/sendsms.scpt https://github.com/earlychildcog/automate_sms_to_participant...