Twitter Stats

Final Update to This Post For those not following along at home, I finally took Twitter Stats to the next level and released a webified version over at TweetStats.com. I, somewhat unfortunately, had to go with TweetStats as twitterstats.com was already taken. :( I made a post about it here and you can see an example of my stats on the site on the graphs page.

So I’ve been a user on Twitter for a little over a year, but it wasn’t until recently when I hit 2000 tweets that I wanted to see what my Twitter history looked like over that period. Ever being the statistics nerd, I pulled down all of my tweets and using a combination of curl, sed, grep, Excel, and Numbers, managed to generate some nice graphs.

Being the automation weenie that I am, I eventually hacked together a perl script that did everything except paste the data into Numbers.Although I won’t post it here (because I think the Twitterocracy would have a cow with how it’s implemented), you can DM me your email and I’ll send you the code and instructions. See below – bugs be damned, I’ve made it publicly available.

Basically, the script pulls down all your tweets and stores them in an csv file. It then runs some statistics on the csv file and then copies the resulting stats to the OS X clipboard to paste into each table within Numbers. If run with a pre-existing tweets csv file, the script will calculate the different between your current status count and only download the pages necessary, thus saving the Twitter servers from some bandwidth. ;)

For the record, here are mine. :-D
@dacort's Twitter Stats

Update Thanks to kosmar for pointing out that I can actually do this entire thing without your password. Head => Wall. I’ll be updating it accordingly and hopefully even making a webservice out of it soon. :)

In addition to not needing your password, the script should also adjust the times for your tweets to whatever the system time is where you run the script.

Another update: I’ve also posted the script on my site and you can download it here: twitter_stats.zip. Feel free to contact me with any questions via twitter or web.dpc at dcortesi . com.

Many people have noticed a large after-lunch spike around 2pm. At least for me, this was due to Twitter being down most of the morning one day and then tweeting like crazy when it came back online.

BUG FOUND AND SQUASHED

There was a small bug that cropped up after I switched the script to not require your password. It accounts for the odd “[Tuesday|January|2pm] Peak” that people were seeing. This bug has now been fixed and an updated script is available. My apologies.

Unfortunately, if want the most accurate tweets, you will have to rm your csv file and run the script again.

Date::Calc aka failure on line 13
Some of you (on Tiger?) may be missing the Date::Calc module that I use to figure out weekdays. Although I tried to use as few perl modules as possible, this one was essential. Use the following command (thanks to a couple twitter peeps for the reference) to install:
sudo perl -MCPAN -e 'install Date::Calc' and keep hitting ‘y’. ;)

Final (hopefully) Update on this page as it’s getting messy.

For those of you not on OS X with Numbers, there are a few options:
@bck webified my code (w00t): Twitter Stats
@mmc decided to use gnuplot: Twitter Stats in SVG Using GNUPlot
@cbarrett modified it to utilize the Google Chart API: Twitter Stats with GChart
@kejadlen reverse engineered my original script to Ruby: Twitter Stats in Ruby

I still want to write my own webified version (Google Chart aesthetics leave a little bit to be desired…), but I have yet to settle on an option that I like.

Continue reading » · Written on: 12-27-07 · 97 Comments »

97 Responses to “Twitter Stats”

  1. Sameer Vasta wrote:

    That is just too awesome.

    December 27th, 2007 at 10:08 pm
  2. CLaueR wrote:

    Hi Damon,

    That’s just awesome! Since I just reached the 7,000 updates score today, I’m eager to have a look at my own stats. Would you be so kind to share your scripts with me?

    TIA,
    Christophe LaueR


    http://twitter.com/clauer/

    December 28th, 2007 at 8:42 am
  3. kosmar wrote:

    O_o i’d love to see this. you got my mail … :)

    December 28th, 2007 at 8:43 am
  4. David wrote:

    congrat for this…can i have mine?…txs

    December 29th, 2007 at 7:25 am
  5. || kosmar || wrote:

    Twitter statistics…

    After I learned via @twtooltrack that Damon Cortesi had hacked a perl script to find out some basic stats of your own twitter behaviour, I just asked him for the file and ran it on my account. Here is what came out:

    One more click for the large vie…

    December 29th, 2007 at 7:37 am
  6. Gody wrote:

    This is going to be awesome. Can I have the instructions? I am super excited to see some stats on my tweets :) Thanks.

    January 1st, 2008 at 7:01 pm
  7. Twitter Stats at jamiephelps.com wrote:

    [...] day to post some graphs of my Twitter usage. A huge amount of thanks goes to Damon Cortesi for his work on the Perl script that creates these stats and the Numbers template for creating the pretty [...]

    January 1st, 2008 at 7:53 pm
  8. Pedro wrote:

    Slick. Thanks for sharing.

    January 1st, 2008 at 8:00 pm
  9. Road Hacker wrote:

    Too bad-ass! Can’t wait to unzip it! :^)

    January 1st, 2008 at 8:31 pm
  10. warzabidul wrote:

    I really like using it, fun to see all the results and such. I’ll write an entry about it soon. I’ll help to promote it.

    January 1st, 2008 at 8:32 pm
  11. Alan Hogan wrote:

    Very cool and easy to use. Thanks.

    January 1st, 2008 at 8:54 pm
  12. Twiter Stats wrote:

    [...] stats! Thanks to Damon Cortesi (https://twitter.com/dacort) for his awesome Twitter Stats script (http://dcortesi.com/2007/12/27/twitter-stats/). And to think. I said I wouldn’t use Twitter. I said I wouldn’t become addicted. I [...]

    January 1st, 2008 at 9:05 pm
  13. Nordquist Blog » Blog Archive » My Twitter Stats wrote:

    [...] was kind enough to gather my Twitter stats for me. Check out his blog for the script he created to do [...]

    January 1st, 2008 at 9:12 pm
  14. Rob Brogan wrote:

    So, I noticed you wrote that you no longer have to use your password for this script. Convenient, yes, although I just wanted to mention that for those with protected tweets it doesn’t work. Easy for me to solve. I just unprotected mine as it downloaded them, then protected again. But I think it would be handy to keep a version of this that asks for a password to get around that.
    :)
    Awesome work!

    January 1st, 2008 at 9:13 pm
  15. Damon wrote:

    Rob – good catch, I hadn’t considered that.

    I’ll make one available at some point that can use your password.

    January 1st, 2008 at 9:21 pm
  16. Twitter Stats wrote:

    [...] djmartian wrote an interesting post today onHere’s a quick excerpt [...]

    January 1st, 2008 at 9:35 pm
  17. Brian Kerr | Twitter stats wrote:

    [...] stats Use this cute perl script + Numbers template to take a slightly different look at twitter activity. Here’s mine; I am @bkerr on [...]

    January 1st, 2008 at 9:49 pm
  18. Nick wrote:

    Does the bug you just fixed explain why DaringFireball.net and RandsInRepose.com both report post-lunch spikes?

    January 1st, 2008 at 10:44 pm
  19. Twitter Stats : idly [dot] org wrote:

    [...] Damon Cortesi has published a nifty Perl script that generates stats based on your Twitter usage. [...]

    January 1st, 2008 at 11:33 pm
  20. Damon wrote:

    @nickon It would appear that way, unfortunately. :-\

    I’m also aware some ppl don’t have Date::Calc installed and am looking for specific steps to get that installed. (Somebody else mentioned there were several steps, but I already have it installed as well as several different versions of perl :-\)

    January 1st, 2008 at 11:34 pm
  21. Chris Messina wrote:

    This is great! Found a typo:

    “Press enter to download remaining tweets and calcuate stats!”

    “calcuate” should be “calculate”

    Also, for protected tweets, this would be a great use of OAuth!

    http://twitter.com/oauth
    http://oauth.googlecode.com/svn/code/perl/

    January 1st, 2008 at 11:44 pm
  22. whurley wrote:

    Dude! THis is a damn sweet little perl script. We should tie it into a graphic lib so that you can have this automatically appear on your website :)

    January 2nd, 2008 at 12:07 am
  23. Damon wrote:

    @whurley That’s the plan. :) Somebody already suggested Flot and Google Chart API (of course). It’s just a matter of sitting down and whipping up that code.

    January 2nd, 2008 at 12:12 am
  24. whurley wrote:

    Very cool, I’m building the new http://whurley.com in perl so this will fit right in ;)

    January 2nd, 2008 at 12:22 am
  25. Twitter Stats: Perl Script for Twitter Analysis - timlauer.org wrote:

    [...] DCortesi . blog ? Twitter Stats A perl script for OS X that pulls down your public tweets and allows you to graph them using Numbers… [...]

    January 2nd, 2008 at 12:30 am
  26. Yoz wrote:

    Regarding implementation with Google Chart API: I’ve done it for you, for reasons I can’t entirely explain. (I was going to use tonight to start blogging again. So much for that idea.)

    Right now it only emits the GCAPI URLs to STDOUT rather than actually doing anything useful like creating a web page with them. I’m going to fix that, but I’m posting this now as it’s already well past midnight. There are also a few bugfixes in there – it may be worth diffing to find them.

    January 2nd, 2008 at 12:44 am
  27. Yoz wrote:

    Ahem, not that URL. This one.

    (This is why I should just go to bed now instead of continuing to hack on this.)

    January 2nd, 2008 at 12:45 am
  28. Damon wrote:

    @Yoz Sweet, nice job! I’ll have to try it once I’ve had a little sleep too. ;o)

    January 2nd, 2008 at 1:09 am
  29. Open Thinking & Digital Pedagogy » Twitter Stats - 2007 wrote:

    [...] year of Twitter. Late last night I saw a tweet from Tim Lauer referring me to a Perl script from Damon Cortesi “that pulls down your public tweets and allows you to graph them using Numbers.” Pretty [...]

    January 2nd, 2008 at 1:34 am
  30. Twitter stats for @ericlitman, 2007 wrote:

    [...] on the lookout for analytics to describe behavior, I ran across a perl script by Damon Cortesi tonight that pulled in my Twitter feed and generated some pretty graphs. The results – my Twitter [...]

    January 2nd, 2008 at 1:40 am
  31. Simon wrote:

    You can get that CPAN install with even fewer keystrokes:

    $ sudo cpan Date::Calc

    :)

    January 2nd, 2008 at 2:20 am
  32. My Twitter Stats wrote:

    [...] So here are my Twitter stats. Generated and made pretty by the awesome script created by Damon Cortesi. [...]

    January 2nd, 2008 at 2:26 am
  33. Douglas Cootey wrote:

    Damon, just a few questions. I assume most of this info is global according to your list of tweeps? Because according to the stats, I’m tweeting while I sleep, and I can’t recall 300+ tweets I made on Monday. This could also be indicative of a serious addiction on my end. ;) Is there a way to just find out my personal stats?

    Could you provide a summary for each table to help us understand what each represents? For instance, I’m not clear on the difference between top conversational @’s and top @replies.

    Thanks for this script, BTW. It’s very cool to see Twitter, Numbers, and Terminal merge usefully.

    January 2nd, 2008 at 3:34 am
  34. Alexandre Girard wrote:

    I tried it few weeks ago too, to determine the time of the day my friends were twitting, here is the result:

    http://blog.alexgirard.com/2007/11/12/ruby-twittline/

    January 2nd, 2008 at 3:39 am
  35. Twitter Statistics Script - Pantsland wrote:

    [...] Twitter lovers out there, like me, I’ve put together a little script based on the work found here to calculate some statistics from your Twitter timeline and present them using the Google Charts [...]

    January 2nd, 2008 at 4:37 am
  36. padawan wrote:

    Hi Damon, for some reason the script hangs forever on my tweets, and there are only 32. Same with http://bradkellett.com/twitter_stats.html which is based on it. Try to crunch my Twitter at http://twitter.com/pdwn

    Bonne ann?e, best wishes for 2008.

    January 2nd, 2008 at 6:14 am
  37. Statistici personale ale utilizarii serviciului Twitter | MyKinda Tech si Gadgets wrote:

    [...] ajutorul motorului de la Google Charts. Codul a fost adaptat de autorul Brad Kallet dupa cel de la DCortesi. Dupa ce desenele sunt generate, datele personale ale utilizatorului de la Twitter sunt [...]

    January 2nd, 2008 at 6:54 am
  38. Gr?fico de Twitter - Incubaweb 2.0 Bit?cora del Software, Web 2.0, Beta, Windows, Linux, Mac OS X, Open Source, .... wrote:

    [...] El servicio, simple como hay pocos, solo requiere que introduzcas el nombre de usuario de Twitter, tipo @tunick y te muestra gr?ficos. El sistema est? elaborado a ra?z del script para Mac de DCortesi. [...]

    January 2nd, 2008 at 8:40 am
  39. kyle wrote:

    on the Date::Calc install i am getting an error in Terminal:

    Recursive dependency detected:
    Date::Calc
    => S/ST/STBEY/Date-Calc-5.4.tar.gz
    => Bit::Vector
    => S/ST/STBEY/Bit-Vector-6.4.tar.gz
    => Carp::Clan
    => J/JJ/JJORE/Carp-Clan-5.9.tar.gz
    => Object::Deadly
    => J/JJ/JJORE/Object-Deadly-0.09.tar.gz
    => Carp::Clan.
    Cannot continue.

    anyone else getting this?

    January 2nd, 2008 at 8:56 am
  40. Twitter Hacks » Blog Archive » Twitter Stats - Navel Gazing at the Atomic Level! wrote:

    [...] a bit like navel gazing to me. So by that logic Twitter would be Micro Navel Gazing (TM). Enter Twitter Stats, The Atomic Navel [...]

    January 2nd, 2008 at 9:27 am
  41. Twitter Stats, gr?ficas sobre el uso de Twitter de cualquier usuario wrote:

    [...] todo gracias a Brad Kallet, quien adapt? el script que Damon Cortesi realiz? para la plataforma Mac OS X, de manera que a trav?s de su web podemos recibir una serie [...]

    January 2nd, 2008 at 9:48 am
  42. Wolf wrote:

    I thought I was never gonna be able to do this, not knowing any Perl and being a terminal newbie, but it was easy enough.

    I wrote a quick guide how to it: http://www.wolfslittlestore.be/twitter/how-to-get-your-twitter-stats-for-2007

    January 2nd, 2008 at 9:50 am
  43. Simone Manganelli wrote:

    Kyleon: Yes, I got that. I solved it by updating Bundle::CPAN first. The command would be as follows:

    sudo perl -MCPAN -e ‘install Bundle::CPAN’

    As usual, keep hitting y to install all the dependencies. Then go back and re-install Date::Calc.

    January 2nd, 2008 at 9:55 am
  44. the alpha newswire wrote:

    Twitter stats using Ruby…

    I saw Damon Cortesi?s Twitter Stats script last night, and decided to make a Ruby version….

    January 2nd, 2008 at 10:19 am
  45. My Twitter Stats of 2007 | Funky Speaks v2.0 wrote:

    [...] My Twitter Stats of 2007 thanks to Damon Cortesi. [...]

    January 2nd, 2008 at 11:09 am
  46. Voyagerfan5761 wrote:

    Ooh, that looks so cool! If only I could run it, though; I have neither Perl nor OS X. :(

    January 2nd, 2008 at 12:15 pm
  47. Twitter Stats, Charting Your Twitter Activity | Laughing Squid wrote:

    [...] Cortesi has written a great little perl script that will generate your Twitter Stats which are then turned into some cool graphs of using the Numbers [...]

    January 2nd, 2008 at 12:31 pm
  48. michael-mccracken.net » Twitter Stats in SVG using gnuplot wrote:

    [...] a Numbers template to paste them into. Since I don’t have Numbers, I’ve modified his script to write a file that can be read by gnuplot, and wrote a basic gnuplot script to output an SVG file [...]

    January 2nd, 2008 at 1:05 pm
  49. Twitter Stats « En el Medio wrote:

    [...] es posible gracias a Brad Kallet, quien adapt? el script que Damon Cortesi realiz? para la plataforma Mac OS X, y que a trav?s de su web se puede generar una serie de [...]

    January 2nd, 2008 at 2:25 pm
  50. Oh so pretty Twitter Stats :: h0bbel.p0ggel.org wrote:

    [...] so pretty Twitter Stats With the recent surfacing of Damon Cortesi’s Twitter Stats I experienced my first real case of Mac envy. I tried running the Perl script on my Debian box, but [...]

    January 2nd, 2008 at 2:54 pm
  51. How to get your 2007 Twitter stats - Wolf’s Little Store wrote:

    [...] Download the Twitter stats zip at http://dcortesi.com/2007/12/27/twitter-stats/ . [...]

    January 2nd, 2008 at 3:13 pm
  52. xurde wrote:

    Hi Man.
    Just a question. Why did you decide distribute your software for local running instead of hosting it in anyserver?
    Is it due to the Twitter’s API usage restrictions?
    Thanks in advance. :)

    January 2nd, 2008 at 3:34 pm
  53. Damon wrote:

    Hey Xurde – Perl was the easiest thing for me to hack the script up in and I really liked the way that the graphs generated by Numbers looked, so that’s the main reason I didn’t webify it. I didn’t initially expect to distribute it either, but I really enjoyed hacking away at it.

    I’ve found a couple graphing packages that I like, but just have to sit down and pound the code out to support one of them.

    Local development was a much quicker way for me to utilize currently existing tools to achieve a more pleasing result.

    January 2nd, 2008 at 3:51 pm
  54. Twitter Stats | Library Stuff wrote:

    [...] care to know your Twitter Stats? Posted in twitter, stats | Trackback | del.icio.us | Top Of [...]

    January 2nd, 2008 at 9:24 pm
  55. links for 2008-01-03 | Team Kane Street : Alex Rainert and Karen Bonna Rainert wrote:

    [...] Get stats on your Twitter usage (tags: analytics twitter) [...]

    January 2nd, 2008 at 9:28 pm
  56. links for 2008-01-03 - timlauer.org wrote:

    [...] DCortesi . blog ? Twitter Stats A Perl script that pulls data from your public Twitter stats and produces data to be pasted into a Numbers spreadsheet for data visualization… (tags: twitter visualization osx perl) [...]

    January 3rd, 2008 at 12:24 am
  57. links for 2008-01-03 sur Everybody needs Somebaudy wrote:

    [...] DCortesi . blog ? Twitter Stats (tags: twitter statistics script osx) [...]

    January 3rd, 2008 at 1:25 am
  58. Jens wrote:

    Doesn’t work with foreign charaters like the german umlauts (?, ?, ?) if you wanna test it, run the script against my username: ?daskaja?. Seems like sed is the problem.

    January 3rd, 2008 at 7:30 am
  59. Q.I. Productions - a wombat, the sink, and how it got there » Twitter stats wrote:

    [...] to Damon for the hard [...]

    January 3rd, 2008 at 8:33 am
  60. Twitter Stats | enreas wrote:

    [...] habla hoy sobre Twitter Stats1, un programa escrito en Perl que los usuarios de Mac OS X que tengan Numbers instalado pueden [...]

    January 3rd, 2008 at 10:34 am
  61. Justin Blanton | Twitter Stats wrote:

    [...] Twitter Stats. Basically, the script pulls down all your tweets and stores them in an csv file. It then runs some statistics on the csv file and then copies the resulting stats to the OS X clipboard to paste into each table within Numbers. © 1999-2008 Justin Blanton (e-mail)                    e v e r y t h i n g i s r e l a t i v e                    In partnership with [...]

    January 3rd, 2008 at 5:54 pm
  62. xxdesmus wrote:

    Amazing script, thank you :)

    January 3rd, 2008 at 8:28 pm
  63. Twitter-Statistik | eighty1 wrote:

    [...] Jens Meiert via Twitter bin ich heute mal auf Twitter Stats gestoßen, einem Skript von Damon [...]

    January 4th, 2008 at 5:37 am
  64. dy/dan » Blog Archive » You Just Put Your Lips Together wrote:

    [...] TwitterStats [...]

    January 4th, 2008 at 9:09 am
  65. marusin.com » Blog Archive » I do loves me some Twitter wrote:

    [...] You can get the script over at http://dcortesi.com/2007/12/27/twitter-stats/ [...]

    January 4th, 2008 at 2:51 pm
  66. ronny-andre.no » Twitter-statistikk wrote:

    [...] fem m?neder siden jeg skrev min f?rste Twitter-status, og for noen dager siden kom jeg over Twitter Stats av Damon Cortesi som kartlegger Twitter-bruken [...]

    January 4th, 2008 at 4:27 pm
  67. Ruminate » Blog Archive » Twitter Stats wrote:

    [...] thing I’m lazy… wait a day or two after seeing the original code and someone makes a nice little Twitter stats web service out of it (found via a CogDog [...]

    January 4th, 2008 at 11:05 pm
  68. Code Sorcery Workshop » Twitter in review wrote:

    [...] when I saw this Twitter stats script, I was intrigued to see what my numbers looked like. Call it internet naval-gazing, but I find it [...]

    January 6th, 2008 at 12:03 pm
  69. 2007 Twitter Stats for @echeng | Eric Cheng’s Journal wrote:

    [...] Cortesi wrote a cool perl script that sucks down a user’s tweets from 2007 and creates pretty charts via a Numbers.app [...]

    January 6th, 2008 at 6:10 pm
  70. 半?塘?? wrote:

    我的twitter??…

    下面是来自?里的我的twitter使用情况的???表: Current statuses count: 4124 —- Tweets per Hour ——– Tweets per Day ——– Tweets per Month ——– Top @replies ——– Top overall @’s —- ?里有相?的介…

    January 7th, 2008 at 4:44 am
  71. Twitterings in charts « The lost outpost wrote:

    [...] January 7, 2008 · No Comments Thanks to a random discovery on Tara Hunt’s Flickr stream, I found out about Damon Cortesi’s script for generating charts out of Twitter. [...]

    January 7th, 2008 at 4:57 am
  72. Twitter Stats for 2007 wrote:

    [...] up in the middle of the year thanks to programs like Twitterrific and Twitterberry. Now thanks to Damon Cortesi, who hacked up a quick and dirt script, you can see a visualization of my Twitter activity for 2007 [...]

    January 7th, 2008 at 12:33 pm
  73. Twitter Hacks » Blog Archive » Twitter Stats: Web and Ruby Versions Too wrote:

    [...] cool. He also mentions he’s wanting to get his up on the web too. Quick reference to his original perl script. Tags: Twitter, Twitter Hacks, Twitter Stats, Perl, Ruby SHARETHIS.addEntry({ title: “Twitter [...]

    January 7th, 2008 at 5:51 pm
  74. Ryanware » Twitter Stats wrote:

    [...] not jealous, but insane? Totally. No really, I thought “hey, that’s cool.” The script he linked to was for OS X, which I don’t use so I waited. Today I found a site that did it online. The [...]

    January 7th, 2008 at 8:23 pm
  75. Simon Scullion » links for 2008-01-09 wrote:

    [...] DCortesi . blog ? Twitter Stats graph your twitter stats (tags: twitter statistics stats visualization script analytics web2.0 chart graph) [...]

    January 9th, 2008 at 2:19 pm
  76. Eloquation » Blog Archive » I love Twitter, I love stats. I really love Twitter stats. wrote:

    [...] week ago, Damon Cortesi (who happens to be one rockin’ guy) wrote a little Perl script to help Twitter users create some really pretty graphs that chart their Twitter usage over the past year. In the week or so that has followed, everyone [...]

    January 10th, 2008 at 3:10 am
  77. Andy Wibbels » Twitter Stats: One More Thing To Track wrote:

    [...] Cortesi over at DCortesi Blog recently commented about tracking his Twitter Stats.? With over 2,000 Tweets (sum of Twitters), he wanted to understand what his history looked like [...]

    January 16th, 2008 at 5:26 am
  78. ryan wrote:

    I am new to twitter (18 posts), but when I tested the script it either took over 10 minutes and revved up my macbook fan because it was working like crazy… or it just hung. I have the newest version of leopard, can that be the culprit?

    January 20th, 2008 at 2:56 pm
  79. Stats: One Way Twitter Can be a Shark wrote:

    [...] they should come out with social stats, like the ones Damon Cortesi and a few others made. But of course with stats being a native part of the platform it would be [...]

    January 29th, 2008 at 9:21 am
  80. No Time to Blog » Blog Archive » Twitter Stats wrote:

    [...] Stats01.30.08 | Comment? Last month a twitter stats script was released by Damon Cortesi. The small script connects to twitter and downloads all of your tweets for statistical analysis. [...]

    January 30th, 2008 at 9:03 am
  81. Dan Harrelson wrote:

    Thanks for the great script! I just posted stats to my blog. I’m running Leopard and was not only missing the Date::Calc module. I also was missing LWP which posed difficulty in downloading bundles. Luckily, I am a user of MacPorts and after installing lynx and wget (also surprisingly missing) I was able to reset the CPAN setup and proceed. Hopefully my experience will help someone else.

    January 30th, 2008 at 9:08 am
  82. TweetStats displays your Twitter activity in graphical form | money news blog wrote:

    [...] in the month, we told you about TwitterStats, a downloadable script that would graph your Twitter statistics. The author of TwitterStats, Damon [...]

    January 30th, 2008 at 3:36 pm
  83. Caminews » TweetStats displays your Twitter activity in graphical form wrote:

    [...] in the month, we told you about TwitterStats, a downloadable script that would graph your Twitter statistics. The author of TwitterStats, Damon [...]

    January 30th, 2008 at 5:20 pm
  84. Palabras con contenido » Archivo del weblog » wrote:

    [...] que utiliza esta medio. Ya existen APIs para jugar con nuestras estad?sticas de microbloggeo como TwitterStats, sitios que pretenden acercarnos a otros usuarios que comparten intereses m?s o menos parecidos, [...]

    January 31st, 2008 at 10:56 pm
  85. 17 modi per visualizzare Twitter : Catepol 3.0 wrote:

    [...] TweetStat [...]

    March 13th, 2008 at 1:11 pm
  86. Twitter-statistikk | Ronny-Andr?s absolutisme wrote:

    [...] fem m?neder siden jeg skrev min f?rste Twitter-status, og for noen dager siden kom jeg over Twitter Stats av Damon Cortesi som kartlegger Twitter-bruken [...]

    March 15th, 2008 at 1:13 pm
  87. 十七?方法??的Twitter世界可?化 | 中文??博客 wrote:

    [...] TwitterStat Twitter??数据 [...]

    March 21st, 2008 at 5:10 pm
  88. Brandan’s Thoughts » Blog Archive » Twitter Needs to Implement Statistics wrote:

    [...] some ways to get this information and stumbled across http://tweetstats.com, which is based on a perl script to generate some cool information but it takes too long and is not exactly what I wanted.? At [...]

    March 25th, 2008 at 9:14 pm
  89. Uptonian Thoughts » Twitter Stats - Thomas Upton And His Musings wrote:

    [...] Cortesi wrote a pretty nifty script to grab some Twitter statistics. A bunch of people modified his script in order to webify it, plot the results using gnuplot, and [...]

    March 29th, 2008 at 9:12 pm
  90. 我的twitter?? | 半?塘?? wrote:

    [...] ?里有相?的介?。?里有更多的twitter??工具。 [...]

    December 27th, 2008 at 9:57 am
  91. I love Twitter, I love stats. I really love Twitter stats. : i tell stories wrote:

    [...] week ago, Damon Cortesi (who happens to be one rockin’ guy) wrote a little Perl script to help Twitter users create some really pretty graphs that chart their Twitter usage over the past year. In the week or so that has followed, everyone [...]

    January 17th, 2009 at 11:12 pm
  92. Visualizing Data » Fractions Of A Penny wrote:

    [...] is another interesting point of study pertaining to what data conveys about an individual. Enter Twitter Stats: a Perl script that chews on some data from Twitter’s API and spits back some slick graphs [...]

    February 8th, 2009 at 5:46 pm
  93. Twitter Stats — Uptonian Thoughts wrote:

    [...] Cortesi wrote a pretty nifty script to grab some Twitter statistics. A bunch of people modified his script in order to webify it, plot the results using gnuplot, and [...]

    March 1st, 2009 at 2:46 pm
  94. Twitter Toolbox: 70+ Awesome Twitter Apps, Mash-Ups, Plugins And Services | Guilda Blog wrote:

    [...] Twitter Stats: Another mashup alternative to visualize your Twitter stats [...]

    April 24th, 2009 at 11:24 pm
  95. Joey wrote:

    Just for the record, I absolutely hate bar graphs when trying to graph something, especially my tweets. :/ The service is pretty useful but doesn’t use line graphs..

    June 5th, 2009 at 11:36 am
  96. Paul wrote:

    Has Twitter changed the source since this script was written? The reason I ask is because I tried using it but it doesn’t find any of the regex stuff on the page. I tried it with and wihtout logging in. Any thoughts?

    -Paul

    September 19th, 2009 at 10:50 am
  97. Damon wrote:

    Hi Paul,

    As noted at the top of the post, I wrote TweetStats to replace this script and no longer maintain it. Twitter’s web site has changed significantly since I first wrote this and the API is now the preferred means of accessing data such as this. Feel free to head on over there and graph your stats.

    Damon

    September 20th, 2009 at 3:42 pm

Leave a Reply