irishbeastman
Newbie
- Feb 2, 2020
- 2
- 0
I have a fully automated python twitter bot using the selenium package. After one day twitter has already asked for additional verification (not surprising since I haven't tried to spoof twitter yet). I just wanted to test how easily it would be picked up.
So, I've been reading that the following can help:
- changing IP address
- changing javascript variables such as user agents to be in line with a human browsing.
However if I do that, then the following problem exits. When I first run the python script and load the twitter homepage there is no human mouse movement. I simply get the element associated with login form for username/password and enter my details.
Clearly there is no mouse movement and so surely it will easily be detected as a bot. Can someone point me in the direction how I can spoof human mouse movements please?
Can someone also explain how mouse movements are detected in javascript on their server? I have a basic understanding of how javascript work.
Thanks in advance.
So, I've been reading that the following can help:
- changing IP address
- changing javascript variables such as user agents to be in line with a human browsing.
However if I do that, then the following problem exits. When I first run the python script and load the twitter homepage there is no human mouse movement. I simply get the element associated with login form for username/password and enter my details.
Clearly there is no mouse movement and so surely it will easily be detected as a bot. Can someone point me in the direction how I can spoof human mouse movements please?
Can someone also explain how mouse movements are detected in javascript on their server? I have a basic understanding of how javascript work.
Thanks in advance.