Detected by X #3095
Answered
by
mdmintz
alicesin615
asked this question in
Q&A
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. |
Answered by
mdmintz
Sep 5, 2024
Replies: 1 comment
|
You may be able to avoid issues by using their API directly: https://developer.x.com/en/docs/x-api. |
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
proxyarg to get around that.