If you don’t have an Apple computer but have an iOS device, you can also do something similar with the “Shortcuts.app” + “Calendar.app”. I have a daily shortcut that runs at X time. Shortcut checks a calendar for events, if today contains one or more events. It will parse the text from these events (comma separated fully qualified phone numbers or iMessage accounts), and send the message contained in the body of the…
Show HN: Schedule iMessage Texts from .txt Files
51–60 of 76 posts
Re: Show HN: Schedule iMessage Texts from .txt Files
#52Re: Show HN: Schedule iMessage Texts from .txt Files
#53Earlier quoted context omitted.
I think there's just as much unreasonably anti-Apple activity on HN as there is pro-Apple -- if you think otherwise (in either direction), it's probably your bias showing.
>I think there's just as much unreasonably anti-Apple activity on HN as there is pro-Appl No there isn't. Pro-Apple comments don't get downvote bombed and flagged for no reason as much as those anti-Apple. If you don't see this it's your bias showing. And what was "unreasonably anti-Apple" in that comment that it needed be flagged? By market share it's true, for most people saying "a computer" is gonna mean a PC, not…
> And what was "unreasonably anti-Apple" in that comment that it needed be flagged?
Please show me where I said that comment was unreasonably anti-Apple, or that it deserved to be flagged.
Re: Show HN: Schedule iMessage Texts from .txt Files
#54Re: Show HN: Schedule iMessage Texts from .txt Files
#55Re: Show HN: Schedule iMessage Texts from .txt Files
#56If you don’t have an Apple computer but have an iOS device, you can also do something similar with the “Shortcuts.app” + “Calendar.app”. I have a daily shortcut that runs at X time. Shortcut checks a calendar for events, if today contains one or more events. It will parse the text from these events (comma separated fully qualified phone numbers or iMessage accounts), and send the message contained in the body of the…
Can you provide an example or two of how you format the events in your calendar to allow them to be sent at a scheduled time by the Shortcuts app?
Re: Show HN: Schedule iMessage Texts from .txt Files
#57Re: Show HN: Schedule iMessage Texts from .txt Files
#58I use it mostly with my SO as a reminder we send to each other at certain times.
Re: Show HN: Schedule iMessage Texts from .txt Files
#59Re: Show HN: Schedule iMessage Texts from .txt Files
#60[flagged]
If given the choice between writing AppleScript or Python I'm picking Python. Maybe Python can generate my AppleScript is really as close as I want to be to AppleScript.
I get that it’s fashionable to rag on AppleScript. But for this particular use case—a scriptable app on macOS—AppleScript is the way to go.