if (FALSE) {
get_followers("benguinaudeau.bsky.social")
# get first page of results
follows_df <- get_follows("favstats.eu", limit = 25L)
# continue same search, starting from the next match
follows_df2 <- get_follows("favstats.eu", limit = 25L,
cursor = attr(follows_df, "last_cursor"))
}
Run the code above in your browser using DataLab