A Twitter Power Users Top Tricks
Tuesday, January 26th, 2010 | API, Hack, Tools, Twitter, Unusual, Utilities

Here are some twitter tools/tricks that you’ll probably never see in 99% of those ‘twitter lists’ out there. When you have so many applications that do either the same thing but with a different face or don’t really do anything at all, these are some tricks/tools that will actually help you stay productive…especially if you’re a Twitter/data junkie.
TweepML
Before there was twitter lists, there was TweepML. The funny thing is I still use this more than twitter lists because you can easily import/export your lists in csv format. Essentially its simple format designed to help share lists of twitter users. Plus you can auto-follow part or all of TweepML lists directly from within the site. two thumbs up.
TwitPic JSON API
This app was released upon the world by Remy Sharp when he wanted an easier way to pull out all of his uploaded photos from TwitPic (Their API only allows you to upload to the site, not download from your account).Source is available on GitHub.
Twavatar
If you’ve ever developed a twitter app that pulls a users profile picture you’ve undoubtedly run into the problem that occurs every time that they change it, all of a sudden the link doesn’t work and the photo’s gone! Well, fret no more because Damon Cortesi (@dacort) put out an appspot hosted permalink to be able to grab anyone’s updated twitter profile picture. Very useful.
Amy Iris – An AI chat bot for twitter. This one’s a very easily adaptable AI chat bot for twitter. The possibilities are endless for adaption into your projects. Check it out, it’s really a cool framework that they give you.
Now the last one isn’t a tool but rather a Twitter trick:
Want to download ANYONE’s previous 3,200 tweets? Easy! Just fire off the following curl command replacing where it says username with the desired tweeter’s name and you’ll soon have the last 3,200 tweets of theirs all to yourself. This one is also courtesy of @dacort.
curl -O “http://twitter.com/statuses/user_timeline/username.xml?count=100&page=[1-32]“
No comments yet.











