AppleScriptで最新のツイートを取得したい。ただし、「ステータス」の変数は保存できません。ツイートステータスオブジェクトを保存するにはどうすればよいですか?
それは働いています:
tell application "Twitter"
set tw to text of item 1 of statuses of home timeline of current account
end tell
動作していません:
tell application "Twitter"
set tw to item 1 of statuses of home timeline of current account
set txt to text of tw
end tell