How to download and visualize comment activity from Reddit using R
Hello! Thanks for the post, very informative.
I have a problem when following the commands when doing
df <- as.data.frame(json_data[["aggs"]][["created_utc"]])
The dataframe is actually empty, I guess because the deserialization in the step before fails...? Should this still be working as of today?
hey, as I understand it the aggs parameter for pushshift was disabled a few months ago. so this code wont work any more :(
https://www.reddit.com/r/pushshift/comments/jm8yyt/aggregations_have_been_temporarily_disabled_to/
I havent figured out a workaround yet
oh okay good to know! Did you get a debug msg about that or how did you knew? Because I didnt see anything on RStudio that indicated an error there.
Thanks for the info!
Are your bells and whistles done completely in R or do you use something else?
Usually R. Occasionally I'll import things into a different program (Illustrator of Affinity Designer) to tough things up.
Stay tuned for a specific post on chart creation.
Hello! Thanks for the post, very informative.
I have a problem when following the commands when doing
df <- as.data.frame(json_data[["aggs"]][["created_utc"]])
The dataframe is actually empty, I guess because the deserialization in the step before fails...? Should this still be working as of today?
hey, as I understand it the aggs parameter for pushshift was disabled a few months ago. so this code wont work any more :(
https://www.reddit.com/r/pushshift/comments/jm8yyt/aggregations_have_been_temporarily_disabled_to/
I havent figured out a workaround yet
oh okay good to know! Did you get a debug msg about that or how did you knew? Because I didnt see anything on RStudio that indicated an error there.
Thanks for the info!
Are your bells and whistles done completely in R or do you use something else?
Usually R. Occasionally I'll import things into a different program (Illustrator of Affinity Designer) to tough things up.
Stay tuned for a specific post on chart creation.