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 |
|---|---|---|---|---|
| 322. | Esteban (dworak) | 64.79 | 94% | 2024-05-12 |
| 323. | nick gear (c4thebomb) | 64.70 | 96% | 2023-07-30 |
| 324. | Send (lhs2004) | 64.63 | 95% | 2021-07-25 |
| 325. | ............. (zalvary) | 64.58 | 96% | 2023-03-28 |
| 326. | Jiang (jghjianghan) | 64.54 | 95% | 2024-01-15 |
| 327. | vvw (anonaxol) | 64.53 | 95% | 2025-03-21 |
| 328. | Rene (rene8988) | 64.49 | 98% | 2024-08-09 |
| 329. | Josh (joshbochuan2020) | 64.39 | 96% | 2024-04-20 |
| 330. | Luke (lakemalcom) | 64.38 | 97% | 2023-10-18 |
| 331. | Alex (alexklaus) | 64.27 | 98% | 2021-08-30 |
| 332. | Atom (atomc) | 64.25 | 96% | 2024-06-29 |
| 333. | mairzydoats_mason (mairzydo... | 64.20 | 100% | 2019-12-18 |
| 334. | Jeydin21 (jeydin21) | 64.17 | 97% | 2024-02-28 |
| 335. | (dso093) | 64.16 | 96.7% | 2024-01-04 |
| 336. | James (codetiger) | 64.15 | 96% | 2023-12-22 |
| 337. | Raunak (aabbcc333) | 64.15 | 97% | 2025-11-10 |
| 338. | Dan (testsubject1) | 64.12 | 94% | 2025-10-12 |
| 339. | g (gamamer) | 64.08 | 95.1% | 2023-10-26 |
| 340. | Alex (atduffaut) | 64.05 | 97% | 2023-08-02 |
| 341. | Lawrence (wattfox) | 64.05 | 96% | 2023-08-18 |
| 342. | K (ufomi) | 63.94 | 96.4% | 2023-11-29 |
| 343. | Grant (grantly) | 63.84 | 96% | 2022-07-28 |
| 344. | loois (gorgontes) | 63.84 | 97% | 2023-11-01 |
| 345. | rex (rexwow) | 63.80 | 97% | 2023-07-07 |
| 346. | 👺 (confiscar) | 63.78 | 97% | 2023-08-15 |
| 347. | Po Caralho (pocaralho) | 63.72 | 96% | 2023-08-05 |
| 348. | Jake (jmill1125) | 63.60 | 96.8% | 2024-11-12 |
| 349. | Dust (rathard) | 63.50 | 98% | 2023-08-26 |
| 350. | lavi (reallavi) | 63.49 | 98.1% | 2024-01-26 |
| 351. | FoTGbigGhost (fotg_reckless) | 63.43 | 96% | 2023-05-28 |
| Universe | Races | Average WPM | First Race |
|---|---|---|---|
| Coder Edition | 5,228 | 49.32 | October 3, 2018 |