Skip to content

Instantly share code, notes, and snippets.

@SpringMT
Created February 28, 2011 16:37
Show Gist options
  • Save SpringMT/847575 to your computer and use it in GitHub Desktop.
Save SpringMT/847575 to your computer and use it in GitHub Desktop.
twitter memo
#if ( my $followers = $nt->followers ) {
#my $target_user = shuffle( @$followers );
#my $screen_name = $target_user->{screen_name};
#my $text = shuffle( @nanpa_text );
my $text = 'test';
#eval { $text =~ s/name/$screen_name/ };
#$text = "\@$screen_name " . $text;
$nt->update( $text );
warn "$text\n";
#}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment