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 |
---|---|---|---|---|
1051. | Aggy (tuigovno) | 41.49 | 97% | 2021-11-13 |
1052. | RILEY (rileyda1) | 41.45 | 96% | 2023-11-16 |
1053. | Mostafa (mostafanasr67) | 41.45 | 94% | 2024-05-29 |
1054. | HIU TERBANG (stars123) | 41.39 | 91% | 2025-04-15 |
1055. | Mohit Parmar (_mohitparmar_) | 41.38 | 95% | 2023-09-22 |
1056. | Zoan24 (zoanhy24) | 41.38 | 94% | 2023-07-07 |
1057. | #One More Year (supeer_heroo) | 41.37 | 97% | 2023-05-25 |
1058. | Glenma (twotwoartz) | 41.36 | 93% | 2023-06-25 |
1059. | [👺]NameNotQuality (namen... | 41.34 | 94% | 2023-10-01 |
1060. | Brigita (bribri01) | 41.34 | 95% | 2022-08-05 |
1061. | SKY (skymurdock53) | 41.32 | 95% | 2023-10-26 |
1062. | Sandy (sandeshgowda0094) | 41.30 | 95% | 2023-08-04 |
1063. | Nelson Perry (aphongz_) | 41.30 | 94.4% | 2025-03-02 |
1064. | Azrael (_azrael) | 41.30 | 95% | 2025-06-18 |
1065. | Abdullah (bunajim) | 41.26 | 97% | 2021-12-07 |
1066. | Dylan (argyl) | 41.22 | 94% | 2024-03-06 |
1067. | D Leek (d_leek) | 41.19 | 95% | 2024-08-28 |
1068. | Josh (dwuarf) | 41.19 | 91.3% | 2025-01-13 |
1069. | CoolGuy (cool_guy5583) | 41.13 | 94% | 2023-06-03 |
1070. | Labione (labione) | 41.12 | 94.7% | 2024-06-21 |
1071. | Dhruv (_dhruv_) | 41.05 | 95% | 2024-06-02 |
1072. | kinisslearner (kinesislearner) | 41.04 | 95% | 2024-05-02 |
1073. | Ray (rebirth_21) | 41.02 | 97% | 2024-02-13 |
1074. | Gonzalo (gmurop) | 40.99 | 95.7% | 2024-02-25 |
1075. | C (stowellcm) | 40.98 | 97% | 2024-07-26 |
1076. | Michael (miyotaka) | 40.98 | 96% | 2025-02-28 |
1077. | Selina (selinafinelli) | 40.96 | 97% | 2025-04-01 |
1078. | AJ (ajansen1318) | 40.96 | 96% | 2023-08-02 |
1079. | Tenzin (tenzin7) | 40.90 | 93% | 2023-01-14 |
1080. | Viet (maricer75) | 40.90 | 96% | 2024-12-26 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,228 | 49.32 | October 3, 2018 |