Settings

Theme

Show HN: Save and organize Twitter threads locally from the command line

github.com

10 points by dankco 3 years ago · 0 comments · 1 min read

Reader

I built a tool for saving and viewing a local copy of any Twitter thread and thought I'd share it here.

thread-safe is a simple CLI that combines all of a thread's contents (including each tweet's text, links, and media attachments such as images and videos) into a locally generated HTML file that can be used to display the thread locally in a browser at any time. The HTML file, all attachments, and a JSON data file are saved to the local filesystem for any use or simply as an archive.

This provides a simple way to save threads of interest without having to use a third-party app that needs access to your Twitter account (or vice-versa) and forces you to reply to the thread to "unroll" or otherwise save a copy.

By using a dedicated directory for all generated files, thread-safe can be used to maintain a local library of saved threads that can easily be searched using standard commandline tooling like (rip)grep, fzf, fd, and any other awesome tool of your choice.

I hope you might find it useful and I'd love to take any feedback or suggestions that might come to mind!

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection