Skip to content

Instantly share code, notes, and snippets.

@semifor
Created September 6, 2010 16:35
Show Gist options
  • Select an option

  • Save semifor/567237 to your computer and use it in GitHub Desktop.

Select an option

Save semifor/567237 to your computer and use it in GitHub Desktop.
use Net::Twitter::Lite;
my $nt = Net::Twitter::Lite->new(
consumer_key => $YOUR_CONSUMER_KEY,
consumer_secret => $YOUR_CONSUMER_SECRET,
access_token => $YOUR_ACCESS_TOKEN,
access_token_secret => $YOUR_ACCESS_SECRET,
);
$nt->update("Bob's your uncle!");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment