mirror of
https://github.com/balkian/TwitterDigger.git
synced 2024-11-22 16:22:28 +00:00
Less frenzy requests
This commit is contained in:
parent
ffbc4b655b
commit
bfcec45969
1
myego.py
1
myego.py
@ -78,6 +78,7 @@ while True:
|
|||||||
minimumscore = userscore
|
minimumscore = userscore
|
||||||
nextuser=user
|
nextuser=user
|
||||||
explore_user(t,pending.pop())
|
explore_user(t,pending.pop())
|
||||||
|
time.sleep(5)
|
||||||
except TwitterHTTPError as ex:
|
except TwitterHTTPError as ex:
|
||||||
print "Exception %s - %s" % (ex,type(ex))
|
print "Exception %s - %s" % (ex,type(ex))
|
||||||
if ex.e.code/10 == 42:
|
if ex.e.code/10 == 42:
|
||||||
|
Loading…
Reference in New Issue
Block a user