It happened before, it’s happening again, and it will continue in the future. Platforms come and go, and your data is the price to pay.
Anytime you use a closed source application, your data is in the mercy of the said platform. If this platform goes down, they might give you access to your data but it’s not always easily transferable to other extensions/types.
The latest platform to die is Revue, a newsletter service offered by Twitter.

I’ve been using Revue mainly because it makes it easier to capture subscribers from Twitter. In total, I’ve written a total of 19 issues in the platform, which is now hard to get as the exported data is weird.
Anyway, I created a simple script that transforms the exported data to simple HTML
files.
Once you export your data from Revue, take the .json
file and place it in the same directory as the file below index.js
(please also rename it to items.json
). Finally, execute node index.js
.
This requires Node.js
to be installed locally.
After execution, you should have a list of html files with your content.
I hope this is helpful! Enjoy.