Out of curiosity couldn't one recreate Twilio just by running an extended version of this from a Macbook? You could read all inbound messages from the Messages app and reply as well. You could even hook it up to a local LLM and run a small support agent. Is there ANY reason a small business owner couldn't do this and avoid paying SaaS fees?
Show HN: Schedule iMessage Texts from .txt Files
11–20 of 76 posts
Re: Show HN: Schedule iMessage Texts from .txt Files
#12The use of “computer” throughout got me excited. Requires a Mac, yes?
Re: Show HN: Schedule iMessage Texts from .txt Files
#13Out of curiosity couldn't one recreate Twilio just by running an extended version of this from a Macbook? You could read all inbound messages from the Messages app and reply as well. You could even hook it up to a local LLM and run a small support agent. Is there ANY reason a small business owner couldn't do this and avoid paying SaaS fees?
It only works for iMessage texts, unfortunately.
Re: Show HN: Schedule iMessage Texts from .txt Files
#14Out of curiosity couldn't one recreate Twilio just by running an extended version of this from a Macbook? You could read all inbound messages from the Messages app and reply as well. You could even hook it up to a local LLM and run a small support agent. Is there ANY reason a small business owner couldn't do this and avoid paying SaaS fees?
It only works for iMessage texts, unfortunately.
Re: Show HN: Schedule iMessage Texts from .txt Files
#15This could be insanely useful for me. Thank you! It means I could have a private monitoring approach that send myself a message on events I want notifications on? I didn’t even know iMessage allowed sending a self message.
Re: Show HN: Schedule iMessage Texts from .txt Files
#16Out of curiosity couldn't one recreate Twilio just by running an extended version of this from a Macbook? You could read all inbound messages from the Messages app and reply as well. You could even hook it up to a local LLM and run a small support agent. Is there ANY reason a small business owner couldn't do this and avoid paying SaaS fees?
Re: Show HN: Schedule iMessage Texts from .txt Files
#17Re: Show HN: Schedule iMessage Texts from .txt Files
#18Re: Show HN: Schedule iMessage Texts from .txt Files
#19Re: Show HN: Schedule iMessage Texts from .txt Files
#20Out of curiosity couldn't one recreate Twilio just by running an extended version of this from a Macbook? You could read all inbound messages from the Messages app and reply as well. You could even hook it up to a local LLM and run a small support agent. Is there ANY reason a small business owner couldn't do this and avoid paying SaaS fees?
Unfortunately no, Apple has usage limits on iMessage / SMS relaying. Many people hack around this, SendBlue.co being the only long running service, but it's full of the graveyard of folks trying to do this.
If an app running on my machine has subclassed the Messages app and is reading strings and sending hit strokes to the (Send) button on my behalf, how can Apple possibly rate limit this?