Achromatic - youtu.be/VuzE718Ac1M (bladevampirek)

Race #2

View Pit Stop page for race #2 by bladevampirekGhost race

View profile for Achromatic - youtu.be/VuzE718Ac1M (bladevampirek)

Official speed 46.76 wpm (62.62 seconds elapsed during race)
Race Start December 4, 2018 7:03:40am UTC
Race Finish December 4, 2018 7:04:42am UTC
Outcome No win (2 of 2)
Opponents 1. chillee (92.30 wpm)
Accuracy 95.0%
Points 18.71
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']