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 |
---|---|---|---|---|
1070. | C (stowellcm) | 40.98 | 97% | 2024-07-26 |
1071. | Michael (miyotaka) | 40.98 | 96% | 2025-02-28 |
1072. | Selina (selinafinelli) | 40.96 | 97% | 2025-04-01 |
1073. | AJ (ajansen1318) | 40.96 | 96% | 2023-08-02 |
1074. | Tenzin (tenzin7) | 40.90 | 93% | 2023-01-14 |
1075. | Viet (maricer75) | 40.90 | 96% | 2024-12-26 |
1076. | beastboy1789 (beastboy1789) | 40.88 | 98% | 2023-10-28 |
1077. | Electric (cuitcuit) | 40.86 | 96% | 2022-02-07 |
1078. | Worth (worths) | 40.86 | 95% | 2024-05-25 |
1079. | Zeyad (zeyad_mohamed) | 40.84 | 95% | 2023-06-18 |
1080. | Cat (cat_tanks_mod_maker) | 40.84 | 89% | 2024-07-02 |
1081. | Justinas (jupa) | 40.81 | 94% | 2022-02-05 |
1082. | TargiX (targix) | 40.77 | 94% | 2023-11-13 |
1083. | math struggler (munckey) | 40.76 | 96% | 2023-06-01 |
1084. | Heisfer (heisfer) | 40.74 | 95.7% | 2023-12-23 |
1085. | Vilson (vilsonkh) | 40.70 | 97% | 2024-04-16 |
1086. | KEN (kent_type) | 40.68 | 98.5% | 2023-06-23 |
1087. | LoadNewYear (loadnewyear1) | 40.65 | 94% | 2024-08-23 |
1088. | Jerry (jerry_jeager) | 40.63 | 95% | 2024-06-08 |
1089. | jht (jht0) | 40.63 | 97.3% | 2024-02-22 |
1090. | KnightWithSword (mishras839... | 40.61 | 92% | 2023-06-09 |
1091. | leilah (leilah) | 40.60 | 95% | 2023-05-24 |
1092. | Iman Ranjbar (imanranjbar) | 40.60 | 96% | 2023-04-21 |
1093. | Rafi (bonnis) | 40.59 | 95% | 2018-10-12 |
1094. | Nate (underafigtree) | 40.58 | 95% | 2024-10-08 |
1095. | N0body1001 (nobody1001) | 40.54 | 97% | 2025-04-16 |
1096. | Goku (rmehedi) | 40.50 | 92.8% | 2024-04-05 |
1097. | Akiraming (akiraming) | 40.48 | 97% | 2023-07-12 |
1098. | Humma Kabula (humma_kabula) | 40.46 | 94% | 2023-10-11 |
1099. | Rana (rana_1996) | 40.45 | 97% | 2020-02-06 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,228 | 49.32 | October 3, 2018 |