mattpodolak / pmaw

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

How to not enrich certain values using PRAW? #33

Open ajmcgrail opened 2 years ago

ajmcgrail commented 2 years ago

The fact that results can be enriched with current data is really nice, but is there a way to select what values to enrich or at least exclude certain ones? For example, I want the current amount of upvotes on a post at any given time, but I don't want the updated subscriber count as I'd like to be able to see changes in it over time. Is this already a feature, or am I just doing something wrong? Also please let me know if this should be asked somewhere else.

mattpodolak commented 2 years ago

hey, this is the right place to ask!

currently there is no way to choose what values are enriched by PRAW and what ones are kept from Pushshift. I'll keep this feature in mind for future development