Go library for accessing the Reddit API.
Go to file
Vartan Benohanian 730da4685d Edit comments, change field type
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
2020-08-02 15:33:06 -04:00
testdata
.gitignore
account_test.go
account.go
comment_test.go
comment.go
errors.go
flair_test.go
flair.go
go.mod
go.sum
LICENSE
listings.go
Makefile
moderation_test.go
moderation.go
multi_test.go
multi.go
post_test.go
post-and-comment.go
post.go
README.md
reddit_oauth.go Use string instead of slice for subreddits, edit comments 2020-08-02 13:42:53 -04:00
reddit_options_test.go
reddit_options.go Use string instead of slice for subreddits, edit comments 2020-08-02 13:42:53 -04:00
reddit_test.go Use string instead of slice for subreddits, edit comments 2020-08-02 13:42:53 -04:00
reddit.go
search.go Edit comments, change field type 2020-08-02 15:33:06 -04:00
subreddit_test.go Use string instead of slice for subreddits, edit comments 2020-08-02 13:42:53 -04:00
subreddit.go Edit comments, change field type 2020-08-02 15:33:06 -04:00
things.go Edit comments, change field type 2020-08-02 15:33:06 -04:00
timestamp_test.go
timestamp.go
user_test.go Edit comments, change field type 2020-08-02 15:33:06 -04:00
user.go Edit comments, change field type 2020-08-02 15:33:06 -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