sesopenko / redditwipe

Project for wiping old comments of mine from reddit.
GNU General Public License v3.0
0 stars 0 forks source link

stops processing after about 25 comments #1

Open sesopenko opened 3 months ago

sesopenko commented 3 months ago

Operates on a page/set of comments and doesn't loop through all of the user's comments. Need to figure out how to keep track of the last comment processed then make an api call from that point, and operate in batches.

sesopenko commented 3 months ago

This example is a little bit of a hack compared to just querying for what's needed and tracking whether the end of the set has been reached. https://stackoverflow.com/questions/72921047/iterate-through-all-my-reddit-comments-with-praw