reddit_sse_stream
reddit_sse_stream copied to clipboard
A Server Side Event stream to deliver Reddit comments and submissions in near real-time to a client.
Provide the ability to filter based on words or phrases (perhaps even allow regex expressions to be passed as a parameter value). Parameter: comment_body_match Value: String Parameter: comment_body_regex Value: String...
Thank you for making this very useful and convenient project! I was wondering if the delay in the stream as compared to real-time has gotten bigger with more usage perhaps?...
First of all: love pushshift.io 💕. Saved me so much time. There are quite a few [deleted] author/ body comments. What's up with those? If there is only couple of...
Not sure how this will work but I'll dig into the specs and see what I can come up with and do some experimenting.
Some clients need to use https due to various reasons. Currently, the Pushshift API sits behind Cloudflare for RESTful requests, but Cloudflare causes large delay gaps for the SSE stream...
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...
Parameter name might be: start_at_epoch or start_from_epoch This parameter would start the stream at that epoch and move quickly until catching up and syncing with current events.