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 |
---|---|---|---|---|
465. | papalial (papalial) | 57.55 | 95.8% | 2024-02-20 |
466. | BoBbYsChMuRdA (bobbyschmurda) | 57.47 | 95% | 2024-10-18 |
467. | Zakir (z_slayer) | 57.44 | 97% | 2025-03-23 |
468. | Per (dubgeiser) | 57.43 | 98% | 2023-06-14 |
469. | Heisenberg (heisenberg5152) | 57.43 | 97% | 2023-07-02 |
470. | monochrome (artemis_05) | 57.40 | 97% | 2022-06-13 |
471. | Victor (atusid) | 57.38 | 97% | 2023-10-28 |
472. | JG (j32587) | 57.37 | 96% | 2025-01-10 |
473. | Abhinav (brainstorm56) | 57.30 | 94% | 2023-08-08 |
474. | Zizo (zizo1277) | 57.28 | 96% | 2023-11-26 |
475. | Benedek (antokben) | 57.26 | 98% | 2023-08-04 |
476. | Sapient (sapient) | 57.22 | 97% | 2025-02-02 |
477. | 6-Tan (tanthan) | 57.17 | 98% | 2023-11-24 |
478. | Hello :) (chigginnuggie) | 57.17 | 96% | 2023-07-10 |
479. | mh10 (hmo_10) | 57.08 | 97% | 2023-11-27 |
480. | Jack (jacknachos) | 57.07 | 96% | 2025-02-10 |
481. | (sputype) | 57.05 | 96% | 2019-03-02 |
482. | Tom (mbappe_07) | 57.02 | 98% | 2024-02-29 |
483. | DX3906 (dx3906) | 56.77 | 93% | 2025-04-01 |
484. | Batmend (batmendbar) | 56.69 | 98% | 2023-07-05 |
485. | Faisal (md_faisal) | 56.65 | 95% | 2023-04-08 |
486. | Light (marcodlzo) | 56.64 | 94% | 2024-02-21 |
487. | David (pejo_tech) | 56.61 | 97% | 2023-12-31 |
488. | silvik (silvik_) | 56.57 | 93% | 2022-01-05 |
489. | Kit (yukit123) | 56.55 | 98.8% | 2023-12-08 |
490. | iTzNightxx (itznightx) | 56.51 | 97% | 2023-06-05 |
491. | Simone (pointy_) | 56.39 | 95% | 2025-02-26 |
492. | Baker (bspring01) | 56.39 | 98% | 2023-06-28 |
493. | Skipper (sadskipper) | 56.39 | 96% | 2023-05-23 |
494. | mralves (mralves) | 56.36 | 97% | 2025-03-16 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,228 | 49.32 | October 3, 2018 |