`
lizhuohuang
  • 浏览: 121061 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

applescript 发送 iMessage 消息

 
阅读更多

 

 

 mac 通过applescript 发送imessage消息

tell application "Messages"
	set csvData to read "/Users/larry/Desktop/tools/test.csv"
	set csvEntries to paragraphs of csvData
	repeat with i from 1 to count csvEntries
		set phone to (csvEntries's item i)'s text
		set targetService to (1st service whose service type = iMessage)
		set targetBuddy to buddy phone of targetService
		send "ce si" to targetBuddy
	end repeat
end tell

 也可参考如下网站 http://www.zhihu.com/question/20935845/answer/19777058

 

 

分享到:
评论

相关推荐

    imessageblast:使用 AppleScript 的 iMessage 文本爆炸脚本

    iMessageBlast 使用 AppleScript 的 iMessage 文本爆炸脚本。 基本的 osascript 线程脚本,使您的 iMessage 聊天变得一团糟。 谨慎使用。 接收端的显着副作用: 可以以惊人的速度缩短电池寿命超过 250 的堆栈可能会...

    苹果推MAC 脚本代码

    通过编写AppleScript脚本,我们可以实现自动化发送iMessage消息的功能。 一个基本的AppleScript iMessage发送脚本可能会包含以下内容: ```applescript tell application "Messages" set theBuddy to "<收件人ID>...

    piMessage:OSX 上 iMessage 的 python 包装器

    发送完整的 Mac 和 iMsg例子2 imessage 到达 mac,=> 消息被中继到网络服务器,客户端连接到网络服务器并在网络服务器上使用 IMprogram,服务器将消息中继回 mac & iMsg 随附 2 件让生活更轻松的其他单品#apple...

    wear-imessage:将iMessage通知从Mac OS X推送到Android Wear

    该项目使用AppleScript处理程序,使用Google Cloud Messaging将iMessages从Mac OS X推送到Android。 它还包括一个Node.js服务器,该服务器可以将语音回复发送回iMessage。 构建和配置 在Google Developers Console...

    simplifyLifeScripts

    简化生活剧本animeStreamingInfo.py 获取动漫流媒体信息anonMail.py ...sendMessage.applescript 向带有电话号码的人发送带有短信和/或文件附件的iMessage。 例子: osascript sendMessage.applescript 9848888888 "t

Global site tag (gtag.js) - Google Analytics