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 |
---|---|---|---|---|
1044. | vivek (vivek39266) | 43.26 | 95.2% | 2024-06-28 |
1045. | Raghav (aimbot55) | 43.20 | 94% | 2023-09-26 |
1046. | Dead (deadinside_101_2) | 43.20 | 94% | 2023-06-20 |
1047. | Marcia (monkeyhihi) | 43.20 | 96% | 2025-02-13 |
1048. | Ivan (sakhman) | 43.19 | 94% | 2023-09-20 |
1049. | Nadie (nadie3) | 43.18 | 95% | 2023-12-31 |
1050. | Piotr (piotros) | 43.17 | 94% | 2023-10-23 |
1051. | Witold (netmaniac) | 43.16 | 96.6% | 2023-06-13 |
1052. | BrentV (kngval) | 43.13 | 94% | 2023-09-01 |
1053. | jarjar_skywalker (jarjar_sk... | 43.06 | 97% | 2024-01-26 |
1054. | elmehdi (elmehdi) | 43.05 | 95% | 2023-06-26 |
1055. | Iyokk (iyokk) | 43.05 | 94% | 2025-04-12 |
1056. | Russ (jrmtrumpet) | 43.04 | 98% | 2024-07-24 |
1057. | Alex Beltran T. (beltran_ta... | 43.04 | 97% | 2025-06-20 |
1058. | Neo (sirapat_asa) | 42.97 | 95.7% | 2025-05-07 |
1059. | Ankit Kumar (lazzy_turtle) | 42.96 | 94% | 2023-11-20 |
1060. | AzraelWilhelm (thedarkrxecu... | 42.95 | 93% | 2024-09-07 |
1061. | Abhinav Rawal (abhinavrawal) | 42.94 | 97% | 2024-04-28 |
1062. | punit (thakelatyper) | 42.93 | 98% | 2022-07-10 |
1063. | Mynamejeff (jeffery321) | 42.93 | 94% | 2023-08-16 |
1064. | Fatik (fatek) | 42.92 | 94% | 2024-03-16 |
1065. | Bliped (bliped) | 42.92 | 95% | 2024-05-28 |
1066. | PAKISTAN (mirtyping) | 42.86 | 94.9% | 2025-02-24 |
1067. | gf (halaluka) | 42.82 | 94% | 2023-08-27 |
1068. | E (the_fast_one) | 42.82 | 95% | 2023-06-25 |
1069. | Mark (markharley12) | 42.77 | 97.1% | 2023-10-04 |
1070. | Willdude449 (willdudde448) | 42.76 | 94% | 2024-02-15 |
1071. | Anton (twisted_8) | 42.75 | 95% | 2024-04-15 |
1072. | faker (leroy324) | 42.71 | 95% | 2024-10-23 |
1073. | gazi (gazi_maksudur) | 42.64 | 96% | 2023-06-01 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,228 | 49.32 | October 3, 2018 |