Live data from Hacker News

Ask HN: feedback on my app - search your Twitter timeline

news.ycombinator.com

11–18 of 18 posts

Re: Ask HN: feedback on my app - search your Twitter timeline

#11
post #4

Earlier quoted context omitted.

I can choose between a Nexus S or an IPad.

How long did it take you to build it? Can't you use Twitter search to do this though?

It took me about 3 days to build it. It's my first ruby / heroku app, so I learned a lot. Sinitter (http://sinitter.moocode.com/) saved me a lot of coding, though.

Re: Ask HN: feedback on my app - search your Twitter timeline

#13
post #8
post #5

Definitely something that I have been wanting for years. Not sure about your implementation, though. You are aware that twitter search only goes back a couple of weeks? Somehow I couldn't find the things I expected to find. Should I be more patient waiting for results (in case your app loads all my friend's tweets incrementally)? Then maybe you should display a spinner or something.

I'm fetching your timeline, you friends timelines, and indexing them with IndexTank. It's incremental, so it may take a while. There's a limited number of allowed twitter API calls per hour, so in case you have lots of friends it'll take some time to have them all indexed. About the status, there's a status bar on the upper right corner.

And you keep them even after they fall from Twitter search or the user timeline right, so eventually you'll be able to find tweets that are otherwise unreachable right?

Re: Ask HN: feedback on my app - search your Twitter timeline

#14
post #13
post #8

Earlier quoted context omitted.

I'm fetching your timeline, you friends timelines, and indexing them with IndexTank. It's incremental, so it may take a while. There's a limited number of allowed twitter API calls per hour, so in case you have lots of friends it'll take some time to have them all indexed. About the status, there's a status bar on the upper right corner.

And you keep them even after they fall from Twitter search or the user timeline right, so eventually you'll be able to find tweets that are otherwise unreachable right?

I keep all the tweets. So the answer is Yes, you'll be able to find tweets that twitter's search does not let you find.

Re: Ask HN: feedback on my app - search your Twitter timeline

#16
post #5

Definitely something that I have been wanting for years. Not sure about your implementation, though. You are aware that twitter search only goes back a couple of weeks? Somehow I couldn't find the things I expected to find. Should I be more patient waiting for results (in case your app loads all my friend's tweets incrementally)? Then maybe you should display a spinner or something.

have you checked out http://tweetsaver.com?

Re: Ask HN: feedback on my app - search your Twitter timeline

#17
post #5

Definitely something that I have been wanting for years. Not sure about your implementation, though. You are aware that twitter search only goes back a couple of weeks? Somehow I couldn't find the things I expected to find. Should I be more patient waiting for results (in case your app loads all my friend's tweets incrementally)? Then maybe you should display a spinner or something.

have you checked out http://tweetsaver.com ?

I signed up with some tweet backup service a while ago. Unfortunately I forgot which one it was :-(

Re: Ask HN: feedback on my app - search your Twitter timeline

#18
I think it would be cool to have some "mood" analysis. The app tells me, "you started as angry, swung to calm, and are now worried. Based on current trends, tomorrow you will be happy; plan to surf."

I'm searching with text, yes, but what I'm really looking for is insight.

Post reply on HN