ttptracker
Results
2
comments of
ttptracker
> You can use proxy by passing it in method options like so: > > ```ts > const client = new ThreadsAPI(); > > client.getUserIDfromUsername('meta', { > proxy: { >...
> @ttptracker try it like this and see if it works for you > > ```ts > const mainpage = await threadsAPI.getUserFollowers('userID'); > console.log(mainpage.next_max_id); > const threads = await threadsAPI.getUserFollowers('userID',...