How to get ALL Mastodon accounts followers using API or web scrapping?

480 Views Asked by At

I want to get all the accounts followers by using the Mastodon API. In the documentation https://docs.joinmastodon.org/methods/accounts/#followers it is written that the maximum number of results to return can be 80. Is there another way to get a complete result?

Currently I have used the API in Python and Postman and the results are as to be expected limited to a maximum number of 80. Been thinking if teh snscrape can be a solution.

Thank you for your help :)

0

There are 0 best solutions below