Official speed |
78.02 wpm (37.84 seconds elapsed during race) |
Without ending ping |
78.57 wpm (570 ms delay sending score to TypeRacer’s server) |
Timerless |
80.18 wpm (750 ms elapsed before first character typed; 36.52 seconds elapsed during race) |
Timerless minus one |
79.86 wpm, ignoring the first character typed |
Race Start |
July 10, 2023 7:25:17am UTC |
Race Finish |
July 10, 2023 7:25:55am UTC |
Outcome |
Win (1 of 4) |
Accuracy |
98.8% |
Points |
31.21 |
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 tweet in data: Pprint tweet['tesxxt'] |
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 |
750 |
196 |
25 |
74 |
38 |
74 |
47 |
71 |
113 |
130 |
126 |
161 |
153 |
163 |
113 |
100 |
156 |
98 |
69 |
72 |
77 |
111 |
123 |
114 |
84 |
Character |
n |
|
s |
c |
r |
e |
e |
n |
_ |
n |
a |
m |
e |
|
= |
|
" |
w |
o |
r |
d |
p |
r |
e |
s |
Milliseconds |
118 |
98 |
52 |
173 |
162 |
74 |
114 |
127 |
205 |
196 |
108 |
90 |
132 |
77 |
150 |
89 |
285 |
211 |
105 |
62 |
143 |
119 |
80 |
74 |
14 |
Character |
s |
" |
|
u |
r |
l |
|
= |
|
" |
h |
t |
t |
p |
: |
/ |
/ |
a |
p |
i |
. |
t |
w |
i |
t |
Milliseconds |
150 |
279 |
136 |
114 |
124 |
86 |
146 |
152 |
87 |
250 |
202 |
121 |
129 |
89 |
559 |
245 |
129 |
126 |
101 |
94 |
191 |
136 |
108 |
132 |
85 |
Character |
t |
e |
r |
. |
c |
o |
m |
/ |
1 |
/ |
s |
t |
a |
t |
u |
s |
e |
s |
/ |
u |
s |
e |
r |
_ |
t |
Milliseconds |
145 |
126 |
92 |
69 |
201 |
43 |
139 |
182 |
282 |
95 |
207 |
129 |
104 |
72 |
101 |
90 |
74 |
97 |
224 |
179 |
87 |
70 |
92 |
285 |
286 |
Character |
i |
m |
e |
l |
i |
n |
e |
. |
j |
s |
o |
n |
? |
s |
c |
r |
e |
e |
n |
_ |
n |
a |
m |
e |
= |
Milliseconds |
136 |
162 |
116 |
74 |
85 |
139 |
86 |
153 |
216 |
116 |
77 |
160 |
235 |
230 |
183 |
130 |
91 |
160 |
159 |
247 |
209 |
107 |
105 |
91 |
237 |
Character |
" |
|
+ |
|
s |
c |
r |
e |
e |
n |
_ |
n |
a |
m |
e |
|
d |
a |
t |
a |
|
= |
|
j |
s |
Milliseconds |
357 |
410 |
236 |
112 |
219 |
162 |
179 |
40 |
115 |
111 |
246 |
159 |
98 |
102 |
89 |
127 |
86 |
83 |
69 |
97 |
163 |
131 |
80 |
144 |
71 |
Character |
o |
n |
. |
l |
o |
a |
d |
|
- |
( |
u |
r |
l |
l |
i |
b |
2 |
. |
u |
r |
l |
o |
p |
e |
n |
Milliseconds |
77 |
128 |
149 |
172 |
162 |
122 |
55 |
164 |
358 |
380 |
384 |
128 |
125 |
133 |
129 |
138 |
219 |
285 |
304 |
96 |
125 |
204 |
74 |
128 |
111 |
Character |
( |
u |
r |
l |
) |
) |
|
p |
r |
i |
n |
t |
|
l |
e |
n |
( |
d |
a |
t |
a |
) |
, |
|
" |
Milliseconds |
203 |
205 |
148 |
93 |
231 |
152 |
160 |
138 |
114 |
84 |
129 |
20 |
122 |
22 |
86 |
99 |
202 |
89 |
120 |
75 |
87 |
334 |
308 |
117 |
334 |
Character |
t |
w |
e |
e |
t |
s |
" |
|
f |
o |
r |
|
t |
w |
e |
e |
t |
|
i |
n |
|
d |
a |
t |
a |
Milliseconds |
134 |
151 |
85 |
161 |
227 |
86 |
439 |
144 |
115 |
106 |
49 |
93 |
67 |
86 |
83 |
170 |
247 |
143 |
86 |
133 |
50 |
92 |
112 |
59 |
88 |
Character |
: |
|
P |
-P |
p |
r |
i |
n |
t |
|
t |
w |
e |
e |
t |
[ |
' |
t |
e |
s |
x |
-x |
-s |
x |
t |
Milliseconds |
282 |
133 |
143 |
376 |
226 |
75 |
253 |
171 |
80 |
114 |
89 |
50 |
75 |
165 |
125 |
292 |
664 |
134 |
71 |
76 |
154 |
349 |
117 |
57 |
186 |
Character |
' |
] |
Milliseconds |
173 |
280 |
|
WPM Timing |
Seconds |
WPM |
0.76 |
15.86 |
1.51 |
71.36 |
2.27 |
79.29 |
3.03 |
87.22 |
3.78 |
91.97 |
4.54 |
89.86 |
5.3 |
92.88 |
6.05 |
91.18 |
6.81 |
91.62 |
7.57 |
91.97 |
8.32 |
90.82 |
9.08 |
85.9 |
9.84 |
86.61 |
10.59 |
87.22 |
11.35 |
87.75 |
12.11 |
87.22 |
12.86 |
87.68 |
13.62 |
87.22 |
14.38 |
87.63 |
15.13 |
88.01 |
15.89 |
86.08 |
16.65 |
85.78 |
17.4 |
85.49 |
18.16 |
83.25 |
18.92 |
82.46 |
19.67 |
82.95 |
20.43 |
83.99 |
21.19 |
84.95 |
21.95 |
85.3 |
22.7 |
82.99 |
23.46 |
81.85 |
24.22 |
81.77 |
24.97 |
81.21 |
25.73 |
81.15 |
26.49 |
80.65 |
27.24 |
81.49 |
28 |
82.72 |
28.76 |
81.79 |
29.51 |
81.32 |
30.27 |
80.87 |
31.03 |
81.61 |
31.78 |
81.55 |
32.54 |
82.24 |
33.3 |
81.09 |
34.05 |
80.7 |
34.81 |
81.36 |
35.57 |
79.96 |
36.32 |
79.29 |
37.08 |
78.64 |
37.84 |
78.02 |
|