Is there a faster way to get a full list of followers for an account? #3356
Unanswered
dom96
asked this question in
How to do it?
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The standard way to get a list of followers for an account seems to be to use the
app.bsky.graph.getFollowers
API. This has a limit of 100, so getting the full followers list of an account with many thousands of followers can take many seconds.Is there any faster way to query this? If not, any plans to increase the query limit?
Beta Was this translation helpful? Give feedback.
All reactions