Replies: 1 comment 1 reply
-
There's a 1000 post limit, is that what you're referring to? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I've been searching the web around and I'm super confused on how get past this limit. I'm working with python and my solution was just to have a while loop that would, of course, loop the process until all desired posts were acted upon (unsaved.) However that didn't work, and my next solution was able to get to all posts, but that was because the program never stopped. Using BDFR I can clearly see that it gets around this issue with no problem which is why I'm asking here. I saw some stuff about "after" and "before" stuff but without examples I was pretty confused to how they worked or would work into my code. If you'd like to see what code I'm working with then you can check my public repo "Reddit Unsave Bot." If you do choose to check this out, please ignore the horrendous download method and bad code. Ill attach a snippet of the code that I'm talking about.
My apologies if there is already an existing discussion/answer to this question, I couldn't find anything with 100 post limit or anything similar
I'm also quite the coding newbie if you could dumb down the solution yall used that would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions