issues
search
vartanbeno
/
go-reddit
Go library for accessing the Reddit API.
Other
310
stars
84
forks
source link
Add Subreddit Comment Support
#10
Closed
RGood
closed
3 years ago
RGood
commented
3 years ago
Changelog:
Added functions to
subreddit.go
to support fetching comments via Listing
Fetched some test-data from /r/golang/comments.json for basic unit test
Initially 100 comments, but reduced to 5
Added consumer method to
stream.go
to produce a stream of comments from a subreddit using this method
Copied post stream unit test logic to comment stream
Changelog:
subreddit.go
to support fetching comments via Listingstream.go
to produce a stream of comments from a subreddit using this method