-
-
17 Oct 2011 01:57:33 UTC
- Distribution: Reddit
- Module version: 0.11
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (71 / 0 / 21)
- Kwalitee
Bus factor: 0- License: unknown
- Activity
24 month- Tools
- Download (3.23KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- jon <jon@>
- Dependencies
- Data::Dumper
- HTTP::Cookies
- JSON
- LWP::Simple
- LWP::UserAgent
- common::sense
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Reddit - Perl extension for http://www.reddit.com
SYNOPSIS
use Reddit; # $username, $password, [$subreddit] $r = Reddit->new('Foo', 'Bar', 'Perl'); # optionally, you may specify $username, $passwd and $subreddit here $r->login; # $title, $url, [$subreddit] # This overrides a subreddit set previously $r->submit_link( 'Test', 'http://example.com', 'NotPerl');
DESCRIPTION
Perl module for interacting with Reddit.
This module is still largely inprogress.
Requires
common::sense LWP::Simple LWP::UserAgent JSON HTTP::Cookies For Testing: Data::Dumper
EXPORT
None.
SEE ALSO
https://github.com/reddit/reddit/wiki
AUTHOR
Jon A, <info[replacewithat]cyberspacelogistics[replacewithdot]com>
COPYRIGHT AND LICENSE
Copyright (C) 2011 by jon
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.4 or, at your option, any later version of Perl 5 you may have available.
Module Install Instructions
To install Reddit, copy and paste the appropriate command in to your terminal.
cpanm Reddit
perl -MCPAN -e shell install Reddit
For more information on module installation, please visit the detailed CPAN module installation guide.