Go library for accessing the Reddit API.
Find a file
Vartan Benohanian dc31cd8dbc Add SearchService
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
2020-05-04 20:51:16 -04:00
testdata
.gitignore
comment.go
comment_test.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
link.go
link_test.go
listings.go
Makefile
private-messages.go
README.md
search.go
subreddit.go
things.go
timestamp.go
timestamp_test.go
user.go
util.go
vote.go
vote_test.go

Geddit

Geddit 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/geddit@vX.Y.Z

Or for the latest version:

go get github.com/vartanbeno/geddit