A little Google Voice SMS example in Perl

270 views
Skip to first unread message

Neal Rauhauser

unread,
Oct 23, 2010, 4:44:37 PM10/23/10
to Twitter Development Talk

I take no responsibility for what you perl monks do with this one ...
mind the SSL dependency, the CPAN load didn't handle that for me and
it required manual intervention.


#!/usr/bin/perl
use Google::Voice;
my $g = Google::Voice->new->login('acc...@gmail.com', 'password);
$g->send_sms('7128675309' => 'Testing Google::Voice');

James Jones

unread,
Oct 23, 2010, 5:32:54 PM10/23/10
to twitter-deve...@googlegroups.com
That is awesome

Sent from my iPhone

> --
> Twitter developer documentation and resources: http://dev.twitter.com/doc
> API updates via Twitter: http://twitter.com/twitterapi
> Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
> Change your membership to this group: http://groups.google.com/group/twitter-development-talk

Slate Smith

unread,
Oct 23, 2010, 7:45:03 PM10/23/10
to twitter-deve...@googlegroups.com
So ill. PHP time now.
Reply all
Reply to author
Forward
0 new messages