i iterate on the person id and for each person id i iterate the page until the posts and comments array are empty, then i move to the next person id. i dont know when exactly the id stops so when theres 50 ids in a row with no people i assume theres no one left and i break out of the loop
data is so fun
https://tranistan.com/api/v3/user?person_id=130&limit=50&page=1
i iterate on the person id and for each person id i iterate the page until the posts and comments array are empty, then i move to the next person id. i dont know when exactly the id stops so when theres 50 ids in a row with no people i assume theres no one left and i break out of the loop