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 |
---|---|---|---|---|
1063. | Josh (dwuarf) | 41.19 | 91.3% | 2025-01-13 |
1064. | CoolGuy (cool_guy5583) | 41.13 | 94% | 2023-06-03 |
1065. | Labione (labione) | 41.12 | 94.7% | 2024-06-21 |
1066. | Dhruv (_dhruv_) | 41.05 | 95% | 2024-06-02 |
1067. | kinisslearner (kinesislearner) | 41.04 | 95% | 2024-05-02 |
1068. | Ray (rebirth_21) | 41.02 | 97% | 2024-02-13 |
1069. | Gonzalo (gmurop) | 40.99 | 95.7% | 2024-02-25 |
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 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,228 | 49.32 | October 3, 2018 |