summaryrefslogtreecommitdiff
path: root/bucky2/rest/topsy.pl
blob: eb055355bcffee81ec6d34a532ae7bbe198d1c5c (plain)
1
2
3
4
5
6
7
#!/usr/bin/perl
use lib "../lib";
use Rest::Topsy;
my $topsy = new Rest::Topsy;
$topsy->url('http://twitter.com/dailyrotten');
$topsy->topsy_get;
exit;