- Timestamp:
- May 1, 2011 7:23:46 PM (14 years ago)
- Branches:
- master, trunk
- Children:
- dcf4e19
- Parents:
- 7e593aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/twitter/dump_timeline.pl
r5fa546f r2b6eb0b 86 86 my $text = ""; 87 87 $text .= "(". $status->{id} . ") "; 88 $text .= $status->{user}{screen_name} . "|"; 88 89 $text .= $status->{user}{name}; 89 90 $text .= " [" . $status->{created_at} . "]";
Note: See TracChangeset
for help on using the changeset viewer.