* add screen_name output
[lab.git] / Dev / twitter / dump_timeline.pl
index 95385e4..72f7881 100755 (executable)
@@ -85,6 +85,7 @@ eval {
             foreach my $status (@{$res}) {
                 my $text = "";
                 $text .= "(". $status->{id} . ") ";
+                $text .= $status->{user}{screen_name} . "|";
                 $text .= $status->{user}{name};
                 $text .= " [" . $status->{created_at} . "]";
                 $text .= " ".  $status->{text};