Page 825 of 839

Re: The Ctrl + V Game! {{Daily Poll

Posted: Nov 10th, '17, 15:37
by Sanssouci

Re: The Ctrl + V Game! {{Daily Poll

Posted: Nov 10th, '17, 15:40
by Julianne1122

Re: The Ctrl + V Game! {{Daily Poll

Posted: Nov 16th, '17, 13:09
by Sunlight

Re: The Ctrl + V Game! {{Daily Poll

Posted: Nov 17th, '17, 16:21
by Julianne1122
Btw for the commitments,

Re: The Ctrl + V Game! {{Daily Poll

Posted: Nov 30th, '17, 10:44
by Sunlight
The game prize was taken down and replaced due to lack of interest.

Re: The Ctrl + V Game! {{Daily Poll

Posted: Nov 30th, '17, 11:11
by Julianne1122
page = 1
deadend = False
while True:
tweets = api.user_timeline(username, page = page)

for tweet in tweets:
if (datetime.datetime.now() - tweet.created_at).days < 1:
#Do processing here:

print tweet.text.encode("utf-8")
else:
deadend = True
return
if not deadend:
page+=1
time.sleep(500)

Re: The Ctrl + V Game! {{Daily Poll

Posted: Dec 3rd, '17, 17:25
by Sanssouci

Re: The Ctrl + V Game! {{Daily Poll

Posted: Dec 6th, '17, 08:59
by Aileybby

Re: The Ctrl + V Game! {{Daily Poll

Posted: Dec 6th, '17, 20:16
by Sanssouci

Re: The Ctrl + V Game! {{Daily Poll

Posted: Dec 8th, '17, 01:31
by Aileybby