You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the recommended way to trigger a bot on a time based cadence for python detection bots?
I think for javascript, the docs recommend to use setInterval, but for python, maybe the threading.Timer could work?
What's the recommended way to trigger a bot on a time based cadence for python detection bots?
I think for javascript, the docs recommend to use
setInterval
, but for python, maybe thethreading.Timer
could work?https://docs.python.org/3/library/threading.html#timer-objects
The text was updated successfully, but these errors were encountered: