mattpodolak / pmaw

A multithread Pushshift.io API Wrapper for reddit.com comment and submission searches.
MIT License
212 stars 28 forks source link

comment.parent() #27

Open peterjschroeder opened 2 years ago

peterjschroeder commented 2 years ago

With psaw hooked into praw I can get a comment's parent as an object by call comment.parent(). Is there a way to do this in pmaw? If not, would you consider adding it?

mattpodolak commented 2 years ago

Hi @peterjschroeder currently there is no way to do this in pmaw. Adding this functionality would require a rework of how comments are enriched from PRAW so this may not be prioritized, but I'll add it to the backlog