Go library for accessing the Reddit API.
Find a file
Vartan Benohanian c85bb5485f WIP: Create More struct, to be used to load more comments
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
2020-07-17 17:04:28 -04:00
testdata
.gitignore
account.go
account_test.go
comment.go
comment_test.go WIP: Create More struct, to be used to load more comments 2020-07-17 17:04:28 -04:00
errors.go
flair.go
flair_test.go
geddit.go
geddit_oauth.go
geddit_options.go
geddit_options_test.go
geddit_test.go
go.mod
go.sum
LICENSE
listings.go WIP: Create More struct, to be used to load more comments 2020-07-17 17:04:28 -04:00
Makefile
moderation.go
moderation_test.go
multi.go
multi_test.go
post-and-comment.go Add methods to enable/disable contest mode for posts 2020-07-16 19:07:19 -04:00
post-and-comment_test.go
post.go WIP: Create More struct, to be used to load more comments 2020-07-17 17:04:28 -04:00
post_test.go Add methods to enable/disable contest mode for posts 2020-07-16 19:07:19 -04:00
private-messages.go
README.md
search.go
subreddit.go WIP: Create More struct, to be used to load more comments 2020-07-17 17:04:28 -04:00
subreddit_test.go WIP: Create More struct, to be used to load more comments 2020-07-17 17:04:28 -04:00
things.go WIP: Create More struct, to be used to load more comments 2020-07-17 17:04:28 -04:00
timestamp.go
timestamp_test.go
user.go
user_test.go WIP: Create More struct, to be used to load more comments 2020-07-17 17:04:28 -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