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
{{ message }}
This repository was archived by the owner on Jul 8, 2023. It is now read-only.
Currently only certain calculated properties are included in the resultant JSON. Given that many more properties may be desired later it would be useful if the entire original JSON response were saved. Using reddit.config.store_json_result = True the comment's JSON can be accessed via comment.json_dict. It could be wrapped in a meta object that specifies properties such as whether the data came from Reddit or archived in the PushShift API.
Currently only certain calculated properties are included in the resultant JSON. Given that many more properties may be desired later it would be useful if the entire original JSON response were saved. Using
reddit.config.store_json_result = Truethe comment's JSON can be accessed viacomment.json_dict. It could be wrapped in a meta object that specifies properties such as whether the data came from Reddit or archived in the PushShift API.