I would like to make a bot that create tiktok accounts.
So I created a program with selenium which will connect to a proxy and then go to the tiktok registration page, which enters all the necessary information (for the mail, I use temp-mail.org).
selenium is initiase like this:
from selenium import webdriver
PROXY = "proxy:port"
chrome_options = WebDriver.ChromeOptions()
chrome_options.add_argument('--proxy-server=%s' % PROXY)
chrome = webdriver.Chrome(chrome_options=chrome_options)
But every time I have the same error : "Too many attemps", ban machine"
Sorry, I can't show image soo I give you a link : error image
However, I tried with a vpn, with different web browser, with tor, with virtual machines and android emulators but nothing work, there is always the same error.
I think my machine are banned (no by ip but by hardwar).
Can help me to change this or how to be disbanded please?
Thank you.