Search code examples
web

Change Tik Tok bio automatically


Is there any way to automatically change and update a Tik Tok bio with each new follower? Maybe a counter that displays the number of followers. What would be used to implement this? I guess JavaScript wouldn't work?


Solution

  • You could use the TikTok API to get number of followers and then write a script that triggers once the follower count increases to change the bio. Here's the information from TikTok's dev site

    You should be able to get the bio from the API calls too