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 |
---|---|---|---|---|
602. | (svary) | 51.94 | 95% | 2023-06-02 |
603. | piimpj (pjcrowley) | 51.92 | 97% | 2019-08-08 |
604. | Vivian (modernnighthail) | 51.89 | 97.7% | 2024-12-10 |
605. | kaitlyn (kaitlynhampel) | 51.87 | 97% | 2024-12-29 |
606. | evilenx (evimlenx) | 51.82 | 94% | 2024-05-22 |
607. | wan (wansap) | 51.81 | 98% | 2024-08-13 |
608. | YABOU3ASBA (layvth) | 51.79 | 96.8% | 2024-05-10 |
609. | Diego (diglen_s2) | 51.73 | 97% | 2024-09-22 |
610. | mike (captaincapitalism) | 51.63 | 96% | 2023-08-09 |
611. | Junkie (qwert_noob) | 51.61 | 97% | 2023-08-12 |
612. | 0xtgk (0xtgk) | 51.51 | 98% | 2023-09-15 |
613. | Intertial (yuvi_birdi) | 51.49 | 95% | 2023-02-15 |
614. | Adam (adames4) | 51.48 | 95% | 2023-06-09 |
615. | Tempest (stormblazzer) | 51.36 | 96% | 2024-09-14 |
616. | (timjeffery44) | 51.33 | 93% | 2019-05-11 |
617. | SeanH (seanh8) | 51.32 | 97% | 2023-11-01 |
618. | im SLOW (yashkumar0) | 51.29 | 96% | 2023-08-31 |
619. | saeed (saeedhsv) | 51.25 | 94.9% | 2024-02-21 |
620. | bray (sexhaver25) | 51.24 | 95% | 2024-02-11 |
621. | michael (increased) | 51.22 | 97% | 2019-08-15 |
622. | isekai (krimsonly) | 51.17 | 96% | 2022-02-04 |
623. | Claire (claireify) | 51.17 | 95% | 2025-02-22 |
624. | slacker (slackerman) | 51.14 | 96% | 2024-04-15 |
625. | Mt.Taiji (saksham1992) | 51.13 | 94% | 2023-05-31 |
626. | Asif (asif6777) | 51.10 | 98.8% | 2024-02-29 |
627. | Mohamad (mohamadasghari) | 51.07 | 94% | 2022-02-06 |
628. | Joel (joellimcy) | 51.05 | 93% | 2024-06-15 |
629. | CREEP007 (creep007) | 51.02 | 93% | 2019-05-07 |
630. | Ceckulienka (ceckulienka) | 51.02 | 95% | 2024-02-13 |
631. | nathan (lightbulbs) | 51.01 | 94% | 2023-10-09 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,228 | 49.32 | October 3, 2018 |