modulepackage
0.0.0-20190717183746-2102d85e84e6
Repository: https://github.com/mfdeux/pushshift.git
Documentation: pkg.go.dev
# README
pushshift
A Go client for the pushshift.io reddit API.
Installation
Install the package with
go get -u github.com/mfdeux/pushshift
Authentication
The pushshift API does not require authentication. However, the API is rate-limited server-side.
Examples
For detailed examples, check out the examples folder.
// Returns a new unauthenticated client for invoking the API
client := pushshift.NewClient("myApp/0.1.0")