Once you’ve amassed enough of a following, one of the best uses of hot social networking app Twitter is getting instant answers to any question on your mind. When you post a question on Twitter and get a dozen replies within the next 10 minutes from live humans–some of whom you know and trust–it’s waaayyy better than impersonal and sometimes out-of-date Google search results.
After two years and 1,700 updates on Twitter, this insta-Q&A is my favorite use of the service. The only problem is, I always want to archive and share what I learn from my followers on my blog, and it’s not easy. My post on what people love and hate about netbooks, sourced entirely from Twitter replies, took me hours to compile manually, because Twitter doesn’t easily list replies to a particular “tweet” in a very readable or republishable format. So this weekend I dug into the service’s API to make that happen. Using Kevin Makice’s new book, Twitter API: Up and Running, after just a day of coding I had my entire Twitter archive plus replies ready for viewing and publishing. While the code itself isn’t ready for sharing, a few questions and subsequent replies posted on Twitter and compiled here recently include:
- What info do you wish Twitter gave you about your followers/updates that it doesn’t or that it makes you dig for?
- What are your telltale physical signs of stress?
- What’s the most expensive software you’ve ever paid for?
- What’s the best project management software?
Update: I’ve posted a pre-alpha, nerds-only version on GitHub, tentatively named Twitalytic, called ThinkTank called ThinkUp.
Of course, I included only replies from Twitter users whose updates are public, and I didn’t include direct messages (because, by nature, they are private). I hope to post more lists of curated public replies going forward; I’ll file future posts under “Twitter Q&A.” Let me know how I can make posts like these more useful and readable.
3 Comments
Mandar Vaze
Have you tried “troynt’s greasemonkey script” for twitter ? It shows the threaded conversations on Twitter web page (and much more)
Check out : http://userscripts.org/scripts/show/40617
Disclaimer : I’m only a happy user of this script.
Chris Craft
Hi Gina,
Is the code for how you pulled these updates from the API ready for sharing yet? I hate to press but I think this is just a smashing idea.
Thanks for the good work here, as always. And thanks for keeping your toes dipped in over at lifehacker, we miss you there!
Chris
Gina Trapani
@Chris: Just pushed the (very alpha) code to GitHub, here. Enjoy!