Inspired by Tim O’Reilly’s post, I created a wordle visualization of my Tweets. Tweets were retrieved using this python script. Then I ran the output through this sed filter:
sed s/\<[^\<]*\>//g tweets > tweets.txt
Inspired by Tim O’Reilly’s post, I created a wordle visualization of my Tweets. Tweets were retrieved using this python script. Then I ran the output through this sed filter:
sed s/\<[^\<]*\>//g tweets > tweets.txt
Pingback: Fun with the Last.fm API, python and Wordle