Any ideas on how to develop an app to automate TikTok on Android?

liladhen

Regular Member
Joined
Apr 1, 2022
Messages
218
Reaction score
67
After trying to automate TikTok through the browser for a long time and not being successful, I want to do this on mobile, however, I haven't found any place teaching how to make this type of application.

Do you know any way to automate TikTok and make the automation interact with other apps while performing tasks?
 
What were you using to try to automate through the browser? i haven't tried it but i imagine python/selenium shouldn't be too bad.

Also what were you trying to automate? Just uploads or other actions as well?
 
Hi. Were you able to automate tiktok on android?
I was using MacroDroid, but I couldn't use its own software.

What were you using to try to automate through the browser? i haven't tried it but i imagine python/selenium shouldn't be too bad.

Also what were you trying to automate? Just uploads or other actions as well?
I used selenium with undetected-chromedriver and then switched to puppeteer.

I performed follow and like tasks, but I only had success using cell phones, it worked in the browser for a while, but then I was shadowbanned
 
What were you using to try to automate through the browser? i haven't tried it but i imagine python/selenium shouldn't be too bad.

Also what were you trying to automate? Just uploads or other actions as well?
can't do this with selenium you need to learn appium and adb commands that's the only way to automate on android
 
there is someone who was doing that check journey section
 
best to do on ios, but android can work too. if u wish to learn how, best is to find tutorials for appium python
 
I did something like this a while ago, but for IG. I used appium.
 
Back
Top