Open aconite33 opened 1 year ago
I think there's limits to avoid overloading the DB. Try using the pagination
How would I continuously process posts? I assume I would need to break it down into chunks but when I call Lemmy.post.list I keep getting the same posts.
What do you mean by "continuously process" exactly? Retrieve all the new posts as they come?
I want the equivalent of hitting next on lemmy.
Although 50 might not be to bad
Just request page number 2 on the payload to the method?
Is there a way to retrieve more than 50 posts from a community? I'm playing around with a bot and trying to grab posts in a community. I can 50 and under, but I cannot grab more than 50 posts.
I get the error:
couldnt_get_posts
I am using the post.list in order to try and grab posts:
I don't think this is a server side issue as my rate limits are the defaults and fairly large? Is it something in the library I am not setting?