Skip to content

kamikazechaser/pushshift

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pushshift

Go Report Card

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")

About

A Go client for the pushshift.io reddit API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%