You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying pmaw to request pushshift reddit data. I am trying to get all the comment ids given a post/submission id using api.search_submission_comment_ids. An example of my code is:
It gives more comment ids from the corresponding post: ['dls663o', 'dls67q6', 'dls6fgv', 'dls6fqj'].
Could you help look into it? I feel like this workaround might have not fully utilized the pipeline.
I really apprecaite your effort and this great tool!
The text was updated successfully, but these errors were encountered:
jingjieli95
changed the title
'api.search_submission_comment_ids' function only returns one comment id for a post with multiple comment
'api.search_submission_comment_ids' function only returns one comment id for a post with multiple comments
Mar 5, 2021
Hi!
I have been trying pmaw to request pushshift reddit data. I am trying to get all the comment ids given a post/submission id using api.search_submission_comment_ids. An example of my code is:
However, it only returns one comment id from this requested submission id:
['dls663o']
. The request should have returned multiple comment ids according to the pushshift api: https://api.pushshift.io/reddit/submission/comment_ids/6uey5xI also tried configuring the available options like memsafe, which didn't help. Interestingly, if I try to repeat the post id in the input, such as:
It gives more comment ids from the corresponding post:
['dls663o', 'dls67q6', 'dls6fgv', 'dls6fqj']
.Could you help look into it? I feel like this workaround might have not fully utilized the pipeline.
I really apprecaite your effort and this great tool!
The text was updated successfully, but these errors were encountered: