I have got my privacy report in CSV form and have about 40k comments each with the id parent Id and permalink. Is there a way to parse this to delete script. I know shreddit does it for $15 premium but looking for free options
I have got my privacy report in CSV form and have about 40k comments each with the id parent Id and permalink. Is there a way to parse this to delete script. I know shreddit does it for $15 premium but looking for free options
I am thinking maybe a modified version of this one https://github.com/PranavMahesh1/reddit-user-comment-deleter-by-subreddit
That users the praw python wrapper. But rather than that one going off to pushfit I just feed in the comment IDs from column1 of the Reddit headers CSV into the id_list array from csv. I am not sure I even need to get body of the comment as that is for logging purposes