• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Reddit/H26-Mar-2020-4,0532,150

t/H26-Mar-2020-557411

ChangesH A D04-Aug-20151.5 KiB4937

MANIFESTH A D26-Mar-2020601 2825

META.jsonH A D26-Mar-20201.1 KiB4948

META.ymlH A D26-Mar-2020653 3029

Makefile.PLH A D04-Aug-2015924 3127

READMEH A D08-Aug-20151.3 KiB5839

README

1Reddit::Client
2
3Reddit::Client provides a perl wrapper for the Reddit API, allowing
4basic services such as login, retrieval of stories and comments,
5voting, and publishing new links and comments.
6
7Please regard this software is beta. However, the following API calls
8should function acceptably well:
9
10  * Logging in
11  * Listing reddits
12  * Searching reddits
13  * Get links listing for reddits
14  * Voting
15  * Get/post comments
16  * Post link/self
17  * Save/unsave
18  * Hide/unhide
19
20TODO
21
22  * Deleting submissions and comments
23  * Marking submissions as NSFW
24  * Sharing stories
25  * User registration
26
27INSTALLATION
28
29To install this module, run the following commands:
30
31    perl Makefile.PL
32    make
33    make test
34    make install
35
36SUPPORT AND DOCUMENTATION
37
38After installing, you can find documentation for this module with the
39perldoc command.
40
41    perldoc Reddit::Client
42
43More information about this module may be found on github:
44
45    https://github.com/jsober/Reddit-API
46
47This module is also available on CPAN:
48
49    http://search.cpan.org/~jeffober/Reddit-Client/lib/Reddit/Client.pm
50
51LICENSE
52
53This program is free software; you can redistribute it and/or modify it
54under the terms of either: the GNU General Public License as published
55by the Free Software Foundation; or the Artistic License.
56
57See http://dev.perl.org/licenses/ for more information.
58