Can anyone point me to a solution on how to get the usernames of all my followers from TikTok? Maybe an SDK or an API solution? I don't care on what language it's written, but I wouldn't mind if it could be JavaScript. Thanks
Take a look at https://www.npmjs.com/package/tiktok-api It has a method .listFollowers(params) which could be your solution