TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Simple tool to save and view your favorite Twitter threads locally

1 点作者 dankco超过 2 年前
Hey Everyone,<p>I wanted to share a tool I built for saving and viewing a local copy of any Twitter thread. It&#x27;s called thread-safe and it&#x27;s designed to do just that - keep your favorite threads safe on your local machine. This way you never have to worry that they might one day disappear...<p>thread-safe downloads all of a thread&#x27;s contents including each tweet&#x27;s text, links, and media attachments (images and videos) and generates HTML 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.<p>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 &quot;unroll&quot; 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.<p>I built thread-safe because I often find myself saving links to informative threads to try to preserve the author&#x27;s content. This is exactly the use case that thread-safe addresses: generating local copies of these single-authored, consecutive series of informative tweets. Notably, thread-safe intentionally does not save the comments or discussion from other users that follow as its focus is on the saving the author&#x27;s content.<p>I hope you might find it useful and I&#x27;d love to take any feedback or suggestions that might come to mind!

暂无评论

暂无评论