Live data from Hacker News

Show HN: Schedule iMessage Texts from .txt Files

github.com

11–20 of 76 posts

Re: Show HN: Schedule iMessage Texts from .txt Files

#11
post #8

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?

It only works for iMessage texts, unfortunately.

Re: Show HN: Schedule iMessage Texts from .txt Files

#13
post #11
post #8

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?

It only works for iMessage texts, unfortunately.

But the Messages application can send texts to non-iPhone numbers...

Re: Show HN: Schedule iMessage Texts from .txt Files

#14
post #11
post #8

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?

It only works for iMessage texts, unfortunately.

Might work in areas with huge iMessage market share like North America - I know probably two people with the "green texts"

Re: Show HN: Schedule iMessage Texts from .txt Files

#15

This 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.

Telegram bots API works well for this FYI, unless there’s a reason you need it in Messages.app

Re: Show HN: Schedule iMessage Texts from .txt Files

#16
post #8

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?

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.

Re: Show HN: Schedule iMessage Texts from .txt Files

#17
post #9

Earlier quoted context omitted.

[flagged]

I’m surprised you went to the trouble of creating an account on here just to post warmed over, 30 year old “Crapple” insults.

Where did you read a crapple insult in his comment?

Re: Show HN: Schedule iMessage Texts from .txt Files

#18
post #4
post #2

Thanks for sharing. What do you use it for mostly?

I just built it this morning! I was planning to use it to send myself reminders.

Awesome! I wish iMessage had an api so that you didn’t need to go through a computer to do these things.

Re: Show HN: Schedule iMessage Texts from .txt Files

#19
post #18
post #4

Earlier quoted context omitted.

I just built it this morning! I was planning to use it to send myself reminders.

Awesome! I wish iMessage had an api so that you didn’t need to go through a computer to do these things.

? Everything goes through a "computer"...

Re: Show HN: Schedule iMessage Texts from .txt Files

#20
post #8

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?

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.

What does this mean in practice? I leave my Messages app on my laptop open all day and correspond entirely through it with family. Since I'm typing I send messages rapidly at volume. I've never once hit a limit. Think hundreds of responses a day.

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?

Post reply on HN