The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:URL-Social url"

URL::Social - Helper module for retrieving social information (likes, shares etc.) for any given URL. River stage zero No dependents

This module makes it easy to extract social information like likes, shares etc. for any given URL from the following services: * Facebook * LinkedIn * Reddit * StumbleUpon * Twitter...

TOREAU/URL-Social-0.07 - 22 May 2014 09:55:48 UTC

URL::Social::BASE - Base class for the different social classes. River stage zero No dependents

You don't have to worry about what this module does; it is a helper base class for the different social classes....

TOREAU/URL-Social-0.07 - 22 May 2014 09:55:48 UTC

URL::Social::Reddit - Interface to the Reddit API. River stage zero No dependents

Do not use this module directly. Access it from URL::Social instead. Note, however, that this module behaves a bit different than the others. A post on reddit can be a duplicate and/or it can end up in different subreddits. use URL::Social; my $socia...

TOREAU/URL-Social-0.07 - 22 May 2014 09:55:48 UTC

URL::Social::Twitter - Interface to the Twitter API. River stage zero No dependents

Do not use this module directly. Access it from URL::Social instead; use URL::Social; my $social = URL::Social->new( url => '...', ); print $social->twitter->share_count . "\n";...

TOREAU/URL-Social-0.07 - 22 May 2014 09:55:48 UTC

URL::Social::LinkedIn - Interface to the LinkedIn API. River stage zero No dependents

Do not use this module directly. Access it from URL::Social instead; use URL::Social; my $social = URL::Social->new( url => '...', ); print $social->linkedin->share_count . "\n";...

TOREAU/URL-Social-0.07 - 22 May 2014 09:55:48 UTC

URL::Social::Facebook - Interface to the Facebook API. River stage zero No dependents

Do not use this module directly. Access it from URL::Social instead; use URL::Social; my $social = URL::Social->new( url => '...', ); print $social->facebook->share_count . "\n"; print $social->facebook->like_count . "\n"; # ......

TOREAU/URL-Social-0.07 - 22 May 2014 09:55:48 UTC

URL::Social::StumbleUpon - Interface to the StumbleUpon API. River stage zero No dependents

Do not use this module directly. Access it from URL::Social instead; use URL::Social; my $social = URL::Social->new( url => '...', ); print $social->stumbleupon->view_count . "\n";...

TOREAU/URL-Social-0.07 - 22 May 2014 09:55:48 UTC

lib/URL/Social/Reddit/Post.pm River stage zero No dependents

TOREAU/URL-Social-0.07 - 22 May 2014 09:55:48 UTC
8 results (0.022 seconds)