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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Sync and search your Twitter likes and bookmarks

2 点作者 nikvdp将近 3 年前
Hey HN, I use twitter a lot and often bookmark interesting tweets to come back to later, but find that I rarely actually come back to them (twitter&#x27;s native bookmarks interface is kind of high friction). Same for tweets I&#x27;ve liked or favorited: it&#x27;s an exquisitely weird experience to know I&#x27;ve seen a tweet and even favorited it, but that I&#x27;ll probably never be able to find it again.<p>A good way to find the tweets I was looking for would tick these boxes:<p>- <i>fast</i> (10s of ms not 100s) local search: find any tweet instantly<p>- easily query and export the data<p>- automatically sync new bookmarks or likes<p>BirdBear is my attempt to scratch this itch. It uses SQLIte in the browser via WASM to store your liked and bookmarked tweets locally, and then lets you do instant full text search over all of them (powered by SQLite&#x27;s FTS extension). There&#x27;s also a SQL console built in, so if you know SQL you can slice and dice your bookmarks and likes to your heart&#x27;s content. You can also export all your liked or bookmarked tweets as JSON to use them outside of BirdBear.<p>Right now the focus is on bookmarks and likes, but the plan is to build this into a more general twitter data tool to let you locally download tweets from all the accounts you follow, keep them up to date, and to add organization features like folders and tagging. A sort of personal tweeterbase if you will.<p>How do you keep track of the tweets you like? Any great tools or tricks you&#x27;ve discovered or features you&#x27;d like to see in a tool like this?<p>edit: formatting

1 comment

soniman将近 3 年前
Very very cool. How come it says it only indexed 487 likes when my account has like 2400? And why is it called syncing? To me syncing and indexing are very different.
评论 #32277382 未加载