
With Twitter announcing the imminent shutdown of Revue, I wanted to share my method for creating a proper export of your full newsletter archive as HTML using Apple’s Shortcuts app.
Revue is currently offering an Export tool, however, it’s fairly limited for the average user — it provides a list of issues and their introductions… but all the links and tweets are shared in .JSON format.
That means all the data must be extracted in a complex manner if anyone wants to do something with the information — it’s not too practical unless you have the skills to patch it all together.
Instead, I’ve solved this problem with the Shortcuts app from Apple, which lets users automate daily tasks — one action in the app is Get Contents of URL, which lets users connect to web services like Revue that have an Application Programming Interface (API).


