reddit_sse_stream icon indicating copy to clipboard operation
reddit_sse_stream copied to clipboard

Add more filtering parameter options

Open pushshift opened this issue 7 years ago • 0 comments

Create filter options to grep comment bodies and submission titles/selftexts. Also filters for fields such as over_18 (nsfw), self posts, etc. Also filters for comments containing links, or comments that are replies only or top level comments only.

Possible filters include:

Boolean: over_18, self_post, top_level_comment, etc.

String: body_contains, title_contains, selftext_contains

pushshift avatar May 21 '18 17:05 pushshift