Detected by X #3095
-
Was testing the login flow on X and unfortunately they seemed to have detected me as a bot as they're now displaying the "Suspicous activity detected...". Does seleniumbase currently support a randomized humanized behaviour? I suspect the detection might be because of how the actions triggered were too sequential. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You may be able to avoid issues by using their API directly: https://developer.x.com/en/docs/x-api. |
Beta Was this translation helpful? Give feedback.
You may be able to avoid issues by using their API directly: https://developer.x.com/en/docs/x-api.
For randomization, you can try adding your own randomness. (Python has libraries for that.)
But if Twitter detects too much traffic, then the issue is the same as #2291.
You can change your proxy settings with the
proxy
arg to get around that.