Official speed |
76.60 wpm (38.54 seconds elapsed during race) |
Without ending ping |
77.01 wpm (516 ms delay sending score to TypeRacer’s server) |
Timerless |
77.91 wpm (439 ms elapsed before first character typed; 37.58 seconds elapsed during race) |
Timerless minus one |
77.59 wpm, ignoring the first character typed |
Race Start |
August 20, 2023 3:19:39pm UTC |
Race Finish |
August 20, 2023 3:20:18pm UTC |
Outcome |
Win (1 of 3) |
Accuracy |
99.6% |
Points |
30.64 |
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://apit.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'] |
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 |
439 |
112 |
62 |
111 |
137 |
177 |
55 |
104 |
154 |
111 |
175 |
119 |
96 |
299 |
184 |
135 |
128 |
72 |
89 |
79 |
176 |
73 |
103 |
137 |
72 |
Character |
n |
|
s |
c |
r |
e |
e |
n |
_ |
n |
a |
m |
e |
|
= |
|
" |
w |
o |
r |
d |
p |
r |
e |
s |
Milliseconds |
103 |
88 |
168 |
664 |
273 |
72 |
192 |
96 |
215 |
176 |
72 |
104 |
80 |
96 |
80 |
105 |
207 |
263 |
73 |
98 |
151 |
208 |
143 |
73 |
87 |
Character |
s |
" |
|
u |
r |
l |
|
= |
|
" |
h |
t |
t |
p |
: |
/ |
/ |
a |
p |
i |
t |
-t |
. |
t |
w |
Milliseconds |
147 |
157 |
121 |
159 |
96 |
113 |
94 |
169 |
119 |
233 |
224 |
249 |
167 |
33 |
255 |
305 |
143 |
193 |
95 |
103 |
339 |
390 |
225 |
137 |
147 |
Character |
i |
t |
t |
e |
r |
. |
c |
o |
m |
/ |
1 |
/ |
s |
t |
a |
t |
u |
s |
e |
s |
/ |
u |
s |
e |
r |
Milliseconds |
109 |
137 |
150 |
120 |
88 |
46 |
194 |
55 |
128 |
190 |
259 |
70 |
313 |
104 |
96 |
104 |
80 |
128 |
248 |
88 |
184 |
240 |
65 |
71 |
96 |
Character |
_ |
t |
i |
m |
e |
l |
i |
n |
e |
. |
j |
s |
o |
n |
? |
s |
c |
r |
e |
e |
n |
_ |
n |
a |
m |
Milliseconds |
216 |
175 |
65 |
64 |
136 |
104 |
88 |
105 |
71 |
104 |
209 |
127 |
97 |
79 |
344 |
281 |
255 |
200 |
71 |
145 |
58 |
198 |
168 |
81 |
79 |
Character |
e |
= |
" |
|
+ |
|
s |
c |
r |
e |
e |
n |
_ |
n |
a |
m |
e |
|
d |
a |
t |
a |
|
= |
|
Milliseconds |
88 |
216 |
344 |
288 |
256 |
113 |
261 |
235 |
200 |
71 |
160 |
64 |
375 |
169 |
65 |
103 |
80 |
96 |
160 |
64 |
88 |
104 |
72 |
296 |
113 |
Character |
j |
s |
o |
n |
. |
l |
o |
a |
d |
( |
u |
r |
l |
l |
i |
b |
2 |
. |
u |
r |
l |
o |
p |
e |
n |
Milliseconds |
223 |
88 |
89 |
77 |
186 |
176 |
176 |
64 |
88 |
256 |
241 |
88 |
103 |
240 |
128 |
112 |
424 |
200 |
257 |
80 |
112 |
302 |
71 |
146 |
88 |
Character |
( |
u |
r |
l |
) |
) |
|
p |
r |
i |
n |
t |
|
l |
e |
n |
( |
d |
a |
t |
a |
) |
, |
|
" |
Milliseconds |
200 |
160 |
127 |
113 |
208 |
152 |
360 |
150 |
122 |
88 |
80 |
80 |
192 |
200 |
80 |
88 |
207 |
167 |
83 |
70 |
105 |
256 |
287 |
65 |
311 |
Character |
t |
w |
e |
e |
t |
s |
" |
|
f |
o |
r |
|
t |
w |
e |
e |
t |
|
i |
n |
|
d |
a |
t |
a |
Milliseconds |
434 |
168 |
111 |
176 |
104 |
144 |
280 |
88 |
160 |
80 |
121 |
55 |
160 |
201 |
111 |
198 |
178 |
103 |
113 |
88 |
88 |
216 |
64 |
89 |
119 |
Character |
: |
|
p |
r |
i |
n |
t |
|
t |
w |
e |
e |
t |
[ |
' |
t |
e |
x |
t |
' |
] |
Milliseconds |
216 |
64 |
184 |
104 |
71 |
89 |
112 |
168 |
151 |
81 |
128 |
176 |
184 |
424 |
633 |
247 |
89 |
151 |
104 |
104 |
264 |
|
WPM Timing |
Seconds |
WPM |
0.77 |
62.28 |
1.54 |
77.85 |
2.31 |
72.66 |
3.08 |
81.74 |
3.85 |
87.19 |
4.62 |
75.25 |
5.4 |
75.62 |
6.17 |
79.79 |
6.94 |
79.58 |
7.71 |
80.96 |
8.48 |
83.51 |
9.25 |
80.44 |
10.02 |
79.04 |
10.79 |
77.85 |
11.56 |
74.73 |
12.33 |
75.9 |
13.1 |
76.01 |
13.87 |
76.98 |
14.64 |
77.03 |
15.42 |
77.07 |
16.19 |
79.33 |
16.96 |
79.26 |
17.73 |
77.85 |
18.5 |
78.49 |
19.27 |
78.47 |
20.04 |
77.25 |
20.81 |
76.69 |
21.58 |
76.73 |
22.35 |
78.38 |
23.12 |
78.36 |
23.89 |
78.85 |
24.66 |
78.33 |
25.44 |
77.85 |
26.21 |
77.39 |
26.98 |
77.4 |
27.75 |
77.41 |
28.52 |
77.85 |
29.29 |
77.85 |
30.06 |
77.85 |
30.83 |
77.07 |
31.6 |
76.71 |
32.37 |
76.73 |
33.14 |
77.12 |
33.91 |
77.49 |
34.68 |
77.85 |
35.45 |
78.52 |
36.23 |
78.18 |
37 |
76.87 |
37.77 |
77.21 |
38.54 |
76.6 |
|