How to control Dolphin Anty with code? (Preferably python)

johnsonpolo

Registered Member
Joined
Dec 3, 2022
Messages
60
Reaction score
4
Hi, I want Dolphin Anty to be able to post tiktoks for me, I could do this with a VM and simple pyautogui click macro but I want a more robust solution. I looked through their API and didn't find anything that would work similar to how selenium functions, i.e. clicking buttons etc. Is there any way to automate Anty like this? such as a specific python library? Or maybe inbuilt? Thanks
 
I tried running it with chrome driver. it didn't work
 
I tried running it with chrome driver. it didn't work
I already made it work with selenium, just read what it tells you.

the chromedrive is provided by them

read the documentation, well translate it
 
Hi, on my side, the selenium stop work from driver ver 122, any one encounter the same issue?
 
Hi, on my side, the selenium stop work from driver ver 122, any one encounter the same issue?
I just had this issue. This occured after the newest update of dolphin anty which supports now only chrome drivers with version 123 minimum.
Fortunatelly, they provided on their blog alreday the exact new chrome driver that you have to download in order for selenium to work.
https://intercom.help/dolphinteam/en/articles/7127390-basic-automation-dolphin-antyIn the provided link, just at the bottom of it they provide link to download of their chrome driver ver 123. Basing my selenium on it helped me solve the issue I just have had. Maybe this is what you need as well.
 
I just had this issue. This occured after the newest update of dolphin anty which supports now only chrome drivers with version 123 minimum.
Fortunatelly, they provided on their blog alreday the exact new chrome driver that you have to download in order for selenium to work.
https://intercom.help/dolphinteam/en/articles/7127390-basic-automation-dolphin-antyIn the provided link, just at the bottom of it they provide link to download of their chrome driver ver 123. Basing my selenium on it helped me solve the issue I just have had. Maybe this is what you need as well.
Thanks my friend, Yes I tested with ver 122/123 too, but no luck on my side, always blocked on get() call, so wired, now I am switched to playwright
 
Dolphin Anty doesn’t natively support Selenium-like automation, but you can use Puppeteer or Playwright for automation while connecting through Dolphin Anty profiles by configuring proxies and cookies programmatically.
 
In my experience puppeteer and playwright both work fine for dolphin anty
 
I just had this issue. This occured after the newest update of dolphin anty which supports now only chrome drivers with version 123 minimum.
Fortunatelly, they provided on their blog alreday the exact new chrome driver that you have to download in order for selenium to work.
https://intercom.help/dolphinteam/en/articles/7127390-basic-automation-dolphin-antyIn the provided link, just at the bottom of it they provide link to download of their chrome driver ver 123. Basing my selenium on it helped me solve the issue I just have had. Maybe this is what you need as well.
I just had this happen to me recently when they auto updated to chrom v 135. I tried their latest chromedriver, but my bots are throwing random errors at me now. It looks like their chromedriver doesn't match the latest chrome update. Are you facing any issues on your end?
 
Back
Top