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 |
---|---|---|---|---|
1026. | #One More Year (supeer_heroo) | 41.37 | 97% | 2023-05-25 |
1027. | [👺]NameNotQuality (namen... | 41.34 | 94% | 2023-10-01 |
1028. | Brigita (bribri01) | 41.34 | 95% | 2022-08-05 |
1029. | SKY (skymurdock53) | 41.32 | 95% | 2023-10-26 |
1030. | Sandy (sandeshgowda0094) | 41.30 | 95% | 2023-08-04 |
1031. | Nelson Perry (aphongz_) | 41.30 | 94.4% | 2025-03-02 |
1032. | Abdullah (bunajim) | 41.26 | 97% | 2021-12-07 |
1033. | Dylan (argyl) | 41.22 | 94% | 2024-03-06 |
1034. | D Leek (d_leek) | 41.19 | 95% | 2024-08-28 |
1035. | Josh (dwuarf) | 41.19 | 91.3% | 2025-01-13 |
1036. | CoolGuy (cool_guy5583) | 41.13 | 94% | 2023-06-03 |
1037. | Labione (labione) | 41.12 | 94.7% | 2024-06-21 |
1038. | Dhruv (_dhruv_) | 41.05 | 95% | 2024-06-02 |
1039. | kinisslearner (kinesislearner) | 41.04 | 95% | 2024-05-02 |
1040. | Ray (rebirth_21) | 41.02 | 97% | 2024-02-13 |
1041. | Gonzalo (gmurop) | 40.99 | 95.7% | 2024-02-25 |
1042. | C (stowellcm) | 40.98 | 97% | 2024-07-26 |
1043. | Michael (miyotaka) | 40.98 | 96% | 2025-02-28 |
1044. | Selina (selinafinelli) | 40.96 | 97% | 2025-04-01 |
1045. | Tenzin (tenzin7) | 40.90 | 93% | 2023-01-14 |
1046. | Viet (maricer75) | 40.90 | 96% | 2024-12-26 |
1047. | beastboy1789 (beastboy1789) | 40.88 | 98% | 2023-10-28 |
1048. | Electric (cuitcuit) | 40.86 | 96% | 2022-02-07 |
1049. | Worth (worths) | 40.86 | 95% | 2024-05-25 |
1050. | Zeyad (zeyad_mohamed) | 40.84 | 95% | 2023-06-18 |
1051. | Cat (cat_tanks_mod_maker) | 40.84 | 89% | 2024-07-02 |
1052. | Justinas (jupa) | 40.81 | 94% | 2022-02-05 |
1053. | TargiX (targix) | 40.77 | 94% | 2023-11-13 |
1054. | math struggler (munckey) | 40.76 | 96% | 2023-06-01 |
1055. | Heisfer (heisfer) | 40.74 | 95.7% | 2023-12-23 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,228 | 49.32 | October 3, 2018 |