mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-22 13:21:06 -05:00
Don't be so hasty to consider people bots
This commit is contained in:
@@ -41,8 +41,8 @@ module Ebooks
|
|||||||
# Make an informed guess as to whether this user is a bot
|
# Make an informed guess as to whether this user is a bot
|
||||||
# based on its username and reply speed
|
# based on its username and reply speed
|
||||||
def is_bot?
|
def is_bot?
|
||||||
if @received.length > 1
|
if @received.length > 2
|
||||||
if (@received[-1].created_at - @received[-2].created_at) < 30
|
if (@received[-1].created_at - @received[-3].created_at) < 30
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user