Jason Michael Baumgartner
Jason Michael Baumgartner
The signing algo is buried under a lot of obfuscated javascript. In order for the module to work, it will be necessary to find the code responsible for creating the...
The current logic used to determine if all comments have been fetched is to use the "hasMore" field value to stop collecting comments for a video id. Apparently this field...
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...
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.