Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sysread/reddit-api
Reddit API for perl
https://github.com/sysread/reddit-api
Last synced: about 1 month ago
JSON representation
Reddit API for perl
- Host: GitHub
- URL: https://github.com/sysread/reddit-api
- Owner: sysread
- Created: 2012-05-05T19:00:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T21:15:45.000Z (about 9 years ago)
- Last Synced: 2023-03-23T22:19:39.138Z (almost 2 years ago)
- Language: Perl
- Size: 392 KB
- Stars: 22
- Watchers: 5
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Reddit::Client
Reddit::Client provides a perl wrapper for the Reddit API, allowing
basic services such as login, retrieval of stories and comments,
voting, and publishing new links and comments.Please regard this software is beta. However, the following API calls
should function acceptably well:* Logging in
* Listing reddits
* Searching reddits
* Get links listing for reddits
* Voting
* Get/post comments
* Post link/self
* Save/unsave
* Hide/unhideTODO
* Deleting submissions and comments
* Marking submissions as NSFW
* Sharing stories
* User registrationINSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installSUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.perldoc Reddit::Client
More information about this module may be found on github:
https://github.com/jsober/Reddit-API
This module is also available on CPAN:
http://search.cpan.org/~jeffober/Reddit-Client/lib/Reddit/Client.pm
LICENSE
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.See http://dev.perl.org/licenses/ for more information.