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']
—from Tweet Search using Python, a other by www.pythonforbeginners.com
Active since October 3, 2018.
246 total characters in this text.
View Pit Stop page for this text
Rank | Username | WPM | Accuracy | Date |
---|---|---|---|---|
289. | Fernando (frn4n) | 65.11 | 93% | 2023-06-23 |
290. | John (seaofnonsense) | 65.09 | 98% | 2025-02-19 |
291. | kalski (kalski) | 65.07 | 95% | 2024-08-27 |
292. | dot (grandballoons) | 65.04 | 97% | 2024-12-02 |
293. | Chieh laptop (leejay8011piq) | 65.00 | 99% | 2023-09-20 |
294. | Benjamin (bw1625) | 64.97 | 96% | 2019-05-06 |
295. | yay (vfctyrant) | 64.96 | 96% | 2019-08-08 |
296. | ihateonyou (ihateonyou) | 64.90 | 96% | 2023-07-15 |
297. | Sparsh (sparsh123) | 64.89 | 96% | 2024-03-29 |
298. | Esteban (dworak) | 64.79 | 94% | 2024-05-12 |
299. | nick gear (c4thebomb) | 64.70 | 96% | 2023-07-30 |
300. | Send (lhs2004) | 64.63 | 95% | 2021-07-25 |
301. | ............. (zalvary) | 64.58 | 96% | 2023-03-28 |
302. | Jiang (jghjianghan) | 64.54 | 95% | 2024-01-15 |
303. | vvw (anonaxol) | 64.53 | 95% | 2025-03-21 |
304. | Rene (rene8988) | 64.49 | 98% | 2024-08-09 |
305. | Josh (joshbochuan2020) | 64.39 | 96% | 2024-04-20 |
306. | Luke (lakemalcom) | 64.38 | 97% | 2023-10-18 |
307. | Alex (alexklaus) | 64.27 | 98% | 2021-08-30 |
308. | Atom (atomc) | 64.25 | 96% | 2024-06-29 |
309. | mairzydoats_mason (mairzydo... | 64.20 | 100% | 2019-12-18 |
310. | Jeydin21 (jeydin21) | 64.17 | 97% | 2024-02-28 |
311. | (dso093) | 64.16 | 96.7% | 2024-01-04 |
312. | James (codetiger) | 64.15 | 96% | 2023-12-22 |
313. | g (gamamer) | 64.08 | 95.1% | 2023-10-26 |
314. | Alex (atduffaut) | 64.05 | 97% | 2023-08-02 |
315. | Lawrence (wattfox) | 64.05 | 96% | 2023-08-18 |
316. | K (ufomi) | 63.94 | 96.4% | 2023-11-29 |
317. | Grant (grantly) | 63.84 | 96% | 2022-07-28 |
318. | loois (gorgontes) | 63.84 | 97% | 2023-11-01 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,228 | 49.32 | October 3, 2018 |