Skip to content

Instantly share code, notes, and snippets.

View timdp's full-sized avatar

Tim De Pauw timdp

View GitHub Profile
@timdp
timdp / tweets_per_day.php
Created May 30, 2012 13:47
Tweets per day chart
<?php
// Plots a user's daily tweet count using Google Chart Tools
// Limited to about 3200 tweets by the Twitter API
// Hacked together by @tmdpw on 2012-05-30
if (count($argv) != 3) {
die("Usage: php $argv[0] USERNAME FILENAME");
}