Official speed |
22.12 wpm (133.45 seconds elapsed during race) |
Without ending ping |
22.15 wpm (1,272 ms delay sending score to TypeRacer’s server) |
Timerless |
22.41 wpm (1,501 ms elapsed before first character typed; 130.68 seconds elapsed during race) |
Timerless minus one |
22.31 wpm, ignoring the first character typed |
Race Start |
May 17, 2024 6:27:45am UTC |
Race Finish |
May 17, 2024 6:29:58am UTC |
Outcome |
Win (1 of 3) |
Accuracy |
98.4% |
Points |
8.85 |
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'] |
Characters typed |
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 teweert in data : print tweet['text'] |
Timing |
Character |
i |
m |
p |
o |
r |
t |
|
u |
r |
l |
l |
i |
b |
2 |
|
i |
m |
p |
o |
r |
t |
|
j |
s |
o |
Milliseconds |
1501 |
174 |
912 |
151 |
274 |
122 |
285 |
888 |
168 |
874 |
278 |
1064 |
257 |
943 |
264 |
552 |
159 |
377 |
223 |
433 |
104 |
304 |
777 |
142 |
168 |
Character |
n |
|
s |
c |
r |
e |
e |
n |
_ |
n |
a |
m |
e |
|
= |
|
" |
w |
o |
r |
d |
p |
r |
e |
s |
Milliseconds |
313 |
416 |
642 |
238 |
272 |
200 |
168 |
184 |
512 |
904 |
74 |
125 |
313 |
448 |
752 |
248 |
1088 |
1544 |
82 |
286 |
272 |
424 |
152 |
176 |
336 |
Character |
s |
" |
|
u |
r |
l |
|
+ |
-+ |
= |
|
" |
h |
t |
t |
p |
: |
/ |
/ |
a |
p |
i |
. |
t |
w |
Milliseconds |
154 |
895 |
623 |
650 |
48 |
919 |
439 |
1010 |
783 |
407 |
1777 |
1120 |
978 |
316 |
153 |
747 |
1125 |
1328 |
184 |
946 |
86 |
352 |
497 |
432 |
786 |
Character |
i |
t |
t |
e |
r |
. |
c |
o |
m |
/ |
1 |
/ |
s |
t |
a |
t |
u |
s |
e |
s |
/ |
u |
s |
e |
r |
Milliseconds |
69 |
336 |
136 |
328 |
87 |
721 |
400 |
79 |
305 |
760 |
1136 |
691 |
798 |
423 |
264 |
817 |
1050 |
182 |
191 |
159 |
931 |
1358 |
96 |
232 |
112 |
Character |
_ |
t |
i |
m |
e |
l |
i |
n |
e |
. |
j |
s |
o |
n |
? |
s |
c |
r |
e |
e |
n |
_ |
n |
a |
m |
Milliseconds |
1105 |
1023 |
88 |
280 |
79 |
785 |
211 |
301 |
56 |
1400 |
1368 |
304 |
139 |
437 |
1225 |
1232 |
327 |
248 |
240 |
138 |
969 |
709 |
841 |
70 |
162 |
Character |
e |
= |
" |
|
+ |
|
s |
c |
r |
e |
e |
n |
_ |
n |
a |
m |
e |
|
d |
a |
t |
a |
|
= |
|
Milliseconds |
142 |
977 |
1240 |
1448 |
1088 |
617 |
705 |
142 |
207 |
282 |
156 |
307 |
960 |
552 |
64 |
130 |
230 |
424 |
529 |
126 |
161 |
65 |
264 |
1095 |
521 |
Character |
j |
s |
o |
n |
. |
l |
o |
a |
d |
( |
u |
r |
l |
l |
i |
b |
2 |
. |
u |
r |
l |
o |
p |
e |
n |
Milliseconds |
975 |
79 |
169 |
312 |
1392 |
352 |
168 |
122 |
701 |
762 |
1031 |
139 |
1038 |
544 |
343 |
328 |
792 |
416 |
1496 |
151 |
986 |
239 |
602 |
622 |
304 |
Character |
( |
u |
r |
l |
) |
) |
|
p |
r |
i |
n |
t |
|
l |
e |
n |
( |
d |
a |
t |
a |
) |
, |
|
" |
Milliseconds |
1408 |
488 |
128 |
1209 |
1152 |
336 |
833 |
517 |
144 |
881 |
409 |
63 |
816 |
1096 |
72 |
248 |
560 |
697 |
151 |
99 |
85 |
1088 |
1600 |
216 |
2073 |
Character |
t |
w |
e |
e |
t |
s |
" |
|
f |
o |
r |
|
t |
e |
-e |
w |
e |
e |
r |
-r |
t |
|
i |
n |
|
Milliseconds |
904 |
543 |
255 |
137 |
882 |
390 |
928 |
408 |
712 |
132 |
212 |
667 |
701 |
360 |
567 |
313 |
296 |
146 |
302 |
600 |
482 |
190 |
768 |
257 |
71 |
Character |
d |
a |
t |
a |
|
- |
: |
|
p |
r |
i |
n |
t |
|
t |
w |
e |
e |
t |
[ |
' |
t |
e |
x |
t |
Milliseconds |
329 |
175 |
56 |
82 |
310 |
594 |
406 |
680 |
682 |
54 |
288 |
416 |
57 |
232 |
920 |
455 |
184 |
104 |
674 |
1295 |
1338 |
950 |
335 |
784 |
232 |
Character |
' |
] |
Milliseconds |
915 |
1832 |
|
WPM Timing |
Seconds |
WPM |
2.67 |
13.49 |
5.34 |
20.23 |
8.01 |
20.98 |
10.68 |
24.73 |
13.35 |
26.98 |
16.01 |
28.47 |
18.68 |
26.98 |
21.35 |
27.54 |
24.02 |
27.48 |
26.69 |
25.63 |
29.36 |
24.11 |
32.03 |
23.6 |
34.7 |
22.48 |
37.37 |
22.8 |
40.04 |
23.68 |
42.71 |
23.6 |
45.37 |
23.27 |
48.04 |
23.23 |
50.71 |
23.19 |
53.38 |
23.38 |
56.05 |
23.12 |
58.72 |
22.89 |
61.39 |
23.07 |
64.06 |
23.23 |
66.73 |
22.66 |
69.4 |
22.31 |
72.07 |
22.65 |
74.73 |
23.44 |
77.4 |
23.41 |
80.07 |
23.38 |
82.74 |
23.2 |
85.41 |
23.18 |
88.08 |
22.89 |
90.75 |
22.88 |
93.42 |
22.61 |
96.09 |
22.48 |
98.76 |
22.6 |
101.42 |
22.72 |
104.09 |
22.48 |
106.76 |
22.25 |
109.43 |
22.26 |
112.1 |
22.37 |
114.77 |
22.17 |
117.44 |
22.07 |
120.11 |
22.38 |
122.78 |
22.58 |
125.45 |
22.58 |
128.12 |
22.39 |
130.78 |
22.3 |
133.45 |
22.12 |
|