TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Balto, an API to Send iMessages

6 pointsby rolstenhouseabout 5 years ago

4 comments

dsukhinabout 5 years ago
Great work here. Are you using the legacy AppleScript interface [0] provided to Messages? I built an iMessage bot a long time ago that would respond automatically to messages you sent it and save notes for me using that and found it to be pretty reliable and easy to script but with a number of quirks and gotchas. I even bridged it out to Python to make it easier to work with.<p>The only limitation of course was that a Mac had to be always on, logged into the relevant account, connected to the internet, and running AppleScript to run it so there was no dream to scale it reliably&#x2F;economically (as you are) much less even use it privately since the Mac was also a primary laptop. How are you getting past one device, one account scalability problem? Mac in cloud on the roadmap?<p>How do you consider you will scale this and at what cost? Have you checked into Apple&#x27;s viewpoint and policies on this given they offer a business API [1] for a similar solution?<p>[0] <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;11812184&#x2F;how-to-send-an-imessage-text-with-applescript-only-in-provided-service" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;11812184&#x2F;how-to-send-an-...</a><p>[1] <a href="https:&#x2F;&#x2F;www.apple.com&#x2F;ios&#x2F;business-chat&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.apple.com&#x2F;ios&#x2F;business-chat&#x2F;</a>
rolstenhouseabout 5 years ago
Hey HN, proud to share balto, an API to send iMessages from a new phone number. I originally built this out to take advantage of the iMessage features (specifically read receipts and videos) after sadly learning that these features are severely limited when using Twilio or other SMS providers.<p>From there I went down a crazy rabbit hole, talking to apple support, shopping on eBay for an old iPhone, digging through poorly documented JXA (javascript to control your mac), and eventually landing on a MVP which today supports sending new iMessages from a custom phone number and looking at read receipts (if the other party has them turned on); with many more features on the way (think full videos, audio recording, tapbacks, group chats, etc.)<p>Love this community and the valuable feedback y’all provide!
probeabout 5 years ago
This is super cool! There&#x27;s definitely an advantage to being a native iMessage vs just sending out texts.<p>Also if I&#x27;m understanding correctly, I can also use the API to understand if a message was read or not?
nickphxabout 5 years ago
That&#x27;s pretty neat. So you are controlling imessage software on a physical device? You haven&#x27;t had control synchronization problems or stability issues?
评论 #22708032 未加载