⛧🦇🎃💀🎃🦇⛧ (foggyy)

Race #110

View Pit Stop page for race #110 by foggyyGhost race

View profile for ⛧🦇🎃💀🎃🦇⛧ (foggyy)

Official speed 88.22 wpm (33.19 seconds elapsed during race)
Race Start July 26, 2019 2:22:09am UTC
Race Finish July 26, 2019 2:22:43am UTC
Outcome No win (1 of 1)
Accuracy 97.0%
Points 35.29
Text #10020 (Length: 246 characters)

import urllib2 import json screen_name = "wordpress" url = "http://api.twitter.com/1/statuses/user_timeline.json?screen_name=" + screen_name data = json.load(urllib2.urlopen(url)) print len(data), "tweets" for tweet in data: print tweet['text']