summaryrefslogtreecommitdiff
path: root/bucky2/rest/topsy.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bucky2/rest/topsy.pl')
-rwxr-xr-xbucky2/rest/topsy.pl7
1 files changed, 7 insertions, 0 deletions
diff --git a/bucky2/rest/topsy.pl b/bucky2/rest/topsy.pl
new file mode 100755
index 0000000..eb05535
--- /dev/null
+++ b/bucky2/rest/topsy.pl
@@ -0,0 +1,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;