Skip to content

Instantly share code, notes, and snippets.

@dacort
Created May 29, 2010 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dacort/418635 to your computer and use it in GitHub Desktop.
Save dacort/418635 to your computer and use it in GitHub Desktop.
javascript:$.getJSON("http://twitter.com/statuses/user_timeline.json?screen_name="+$("meta[name='page-user-screen_name']").attr('content')+"&include_rts=true&count=100", function(data){e = new Date(data[0]['created_at']); s = new Date(data[data.length - 1]['created_at']); alert(Math.round(data.length/((e-s)/(1000*60*60*24))) + " tweets/day.")});void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment