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 :)