Check tech headlines

Pulls the RSS feed of Techmeme and returns the latest 5 article titles.

Actions

shortcuts-action-icon-dictionary.webp
Dictionary
Passes the specified list of key-value pairs to the next action as a dictionary.
shortcuts-action-icon-get-dictionary-from-input.webp
Get Dictionary from Input
Makes a dictionary from the text passed as input. JSON (like {“foo”: “bar”}), key-value pairs (like foo=bar&baz=biz), and XML-based plist are supported.
shortcuts-action-icon-repeat-with-each.webp
Repeat with Each
Takes a list of items as input, and runs the contained actions once for each item in the list.
shortcuts-action-icon-get-items-from-rss-feed.webp
Get Items from RSS Feed
Downloads the latest items from an RSS feed.
shortcuts-action-icon-get-article-using-safari-reader.webp
Get Article using Safari Reader
Gets article details, including body text, author, publish date, and more, from every URL passed into the action. Input URLs Result Article Note Use a Get Details of Article action immediately after this action to get specific details about the article. This action only supports getting one article from each URL.
shortcuts-action-icon-get-details-of-article.webp
Get Details of Articles
Extracts information from an article, including title, author, published date, body, excerpt, number of words, main image URL, URL, and name.
Format Date
Formats a date and time into text.
shortcuts-action-icon-if.webp
If
Tests if a condition is true, and if so, runs the actions inside. Otherwise, the actions under “Otherwise” are run.
shortcuts-action-icon-text.webp
Text
Passes the specified text to the next action.
shortcuts-action-icon-nothing.webp
Nothing
This action does nothing and produces no output. It is useful to separate blocks of actions, or to ensure that no input is passed to the next action.
shortcuts-action-icon-combine-text.webp
Combine Text
Joins text together, inserting the separator between each join.
shortcuts-action-icon-show-result.webp
Show Result
Shows the specified text in Siri or in an alert.

More From This Folder

Open RSS posts

Gets the RSS feed from the Shortcut Input, extracts 10 stories, presents them in a menu, and copies the chosen URLs before opening them in Safari.

Get Shortcut »

Extra Details

Link to Run Shortcut
shortcuts://run-shortcut?name=Check%20tech%20headlines
Link to Open Shortcut
shortcuts://open-shortcut?name=Check%20tech%20headlines
AppleScript code
tell application “Shortcuts Events” run shortcut “Check tech headlines” end tell

More From The Library


Get way deeper into Shortcuts – become a member.

Browse more