I made a sneaker bot for nike.com site in python using selenium and I want to know if
there is any way to make selenium undetectable for Nike(so they can't notice that is an automated software and not a human behind) / supreme, or any other sites? I've heard about using request mode as an alternative,
and I've seen a post about how to make selenium undetectable, but most are for java and the methods are quite complicated.
And if there is no solution for hiding that I'm using selenium webdriver (Chrome), what would be the easiest way to be undetected on such websites?
EDIT: I want to mention that all what I know in python is using selenium and web scraping and I can't understand very much from the answers that I receive. Is my problem so hard to solve that I need to know so much information? Or, how long does it takes to understand these things? I was expecting an answer that says to add some lines in my code so that my bot don't be instantly detected by sites when openig a chrome driver, but it seems like is more than that. I don't even know where and what I should modify and I would like if you can redirect me to a link that takes this problem from 0.