How to get all the followig from my account? #496
|
I am trying to get the following from my account but this code is not working for me and throwing an error. can someone please help me with this issue? My code - |
Answered by
basinbasin
Dec 15, 2024
Replies: 2 comments 2 replies
|
Does handle_cursor_pagination.py in https://github.com/MarshalX/atproto/tree/main/examples/advanced_usage give you what you need? |
1 reply
|
That page has an example where a cursor is used as the second parameter in the get_follows call: Does that help at all? |
1 reply
Answer selected by
nalindev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


That page has an example where a cursor is used as the second parameter in the get_follows call:
Does that help at all?