Now available as a web service!
Have you lost who is saying what to who? Do you think one image(graph) says more than a thousand words(tweets)? Are you tired of clicking back and forth to see conversations?
I’ve made a new Twitter solutions that shows all your tweets and your friends tweets in one graph. It connects your tweets to the people you @refer to and to #tags!
To try this great application download it from my Box.net widget as usual. The usage is:
$ python tweetograph.py USERNAME:PASSWORD[ dot|neato|twopi|circo|fdp]
Requires Python-Twitter and PyDot to run. You can optionally specify the Graphviz tool you want to use for layout(default is dot), see Wikipedia.
Known bugs:
- Dot is really picky on characters entered, so currently some characters get stripped
Update: Now it even draws dotted lines from ReTweets to their original, so you can actually see where that RT came from!
Update: here is a PDF of my network, so you can see how it works: bobdebvlinder(rendered using neato)
Update: Replies now get a dashed line between them so you can really follow conversations!


