Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AC
Posts
3
Comments
0
Joined
2 yr. ago
netsec @lemmy.world
Aconite33 @lemmy.world

BBoT 2.0 Released!

BBoT 2.0 is our new release! Check out our GitHub:

https://github.com/blacklanternsecurity/bbot/tree/dev

pics @lemmy.world
Aconite33 @lemmy.world

Gothic Mountain, Gothic, Colorado

Gothic, Colorado former silver mining town. Turned into the Rocky Mountains Biological Laboratory.

Lemmy.world Support @lemmy.world
Aconite33 @lemmy.world

Getting more than 50 posts - Pythorhead

Hello Lemmy!

I am messing with a bot, using the Pythorhead library.

When I try to get more than 50 posts from a community, I get the error:

couldnt_get_posts

Here is my example request:

 python
    
lemmy.post.list(1234,None,51,None,None,SortType.New,None)

  

Is there a way to retrieve more than 50 posts from a community? I run my own tiny instance and I have rate limits set pretty high, but I don't see a way around this. Not sure if this is a setting in the library or if this is a configuration on the instance.

Any ideas?