Go library for accessing the Reddit API.
Go to file
Vartan Benohanian 94f27f9e04 Get new and popular users
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
2020-08-01 16:31:57 -04:00
testdata Get new and popular users 2020-08-01 16:31:57 -04:00
.gitignore
account_test.go Change readFileContents method signature 2020-07-21 21:56:32 -04:00
account.go Use individual structs for services 2020-07-21 23:05:24 -04:00
comment_test.go Create comment and flair directories in testdata/ 2020-07-29 13:22:47 -04:00
comment.go WIP: load more comments for a post 2020-07-29 14:11:06 -04:00
errors.go
flair_test.go Create comment and flair directories in testdata/ 2020-07-29 13:22:47 -04:00
flair.go Use individual structs for services 2020-07-21 23:05:24 -04:00
go.mod
go.sum
LICENSE
listings.go Use individual structs for services 2020-07-21 23:05:24 -04:00
Makefile
moderation_test.go Change readFileContents method signature 2020-07-21 21:56:32 -04:00
moderation.go Use individual structs for services 2020-07-21 23:05:24 -04:00
multi_test.go Change readFileContents method signature 2020-07-21 21:56:32 -04:00
multi.go Use anonymous structs in UnmarshalJSON implementations 2020-07-30 13:01:18 -04:00
post_test.go Use anonymous structs in UnmarshalJSON implementations 2020-07-30 13:01:18 -04:00
post-and-comment.go Use individual structs for services 2020-07-21 23:05:24 -04:00
post.go Fix tests 2020-07-30 12:22:39 -04:00
private-messages.go
README.md
reddit_oauth.go Rename files 2020-07-21 09:27:34 -04:00
reddit_options_test.go Rename files 2020-07-21 09:27:34 -04:00
reddit_options.go Rename files 2020-07-21 09:27:34 -04:00
reddit_test.go Use individual structs for services 2020-07-21 23:05:24 -04:00
reddit.go Add comments 2020-07-22 00:04:24 -04:00
search_test.go Add tests for SearchService 2020-07-28 21:18:03 -04:00
search.go Add separate sort options for convenience 2020-07-28 11:01:50 -04:00
subreddit_test.go Fix tests 2020-07-30 12:22:39 -04:00
subreddit.go Fix tests 2020-07-30 12:22:39 -04:00
things.go Use json.RawMessage ([]byte) as the type for thing data 2020-07-31 08:24:28 -04:00
timestamp_test.go
timestamp.go
user_test.go Get new and popular users 2020-08-01 16:31:57 -04:00
user.go Get new and popular users 2020-08-01 16:31:57 -04:00
util.go

go-reddit

go-reddit is a Go client library for accessing the Reddit API.

Install

To get a specific version from the list of versions:

go get github.com/vartanbeno/go-reddit@vX.Y.Z

Or for the latest version:

go get github.com/vartanbeno/go-reddit