Hi,
I’m researching to find out if it’s possible to connect an Arduino with a sketch to a TikTok account to pull the follower level and display on a screen.
I’ve seen it done with things like Facebook followed and YouTube a few years ago but I’ve never seen any home made versions of TikTok follower counters, is there any reason why this wouldn’t work or if not, would anyone happen to know of the library’s needed or even a code already written for this sort of task?
Search for "arduino tiktok follower counter" and you will find links are ESP32 based because it has built-in WiFi... the first step in getting the project onto the internet. You will also find you might need a TIKTOK API. If tiktok is owned by Google, they probably have the API.
Thanks guys, in terms of the api there are websites out there that let you check on a follower level of any username so I’m assuming there is some form of api available, I’ll look in to that