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 |
---|---|---|---|---|
1098. | Humma Kabula (humma_kabula) | 40.46 | 94% | 2023-10-11 |
1099. | Rana (rana_1996) | 40.45 | 97% | 2020-02-06 |
1100. | God (niwahang) | 40.42 | 94% | 2024-08-19 |
1101. | melika (thymekill) | 40.39 | 96% | 2024-03-04 |
1102. | Kowalski (kowalskichris) | 40.38 | 94% | 2025-02-20 |
1103. | #1 (speed18) | 40.36 | 92.4% | 2025-02-16 |
1104. | C0br6 (c0br6) | 40.36 | 96% | 2025-02-08 |
1105. | Xen0 (xen02o) | 40.35 | 93% | 2024-08-06 |
1106. | Diego (thedacks) | 40.34 | 91% | 2024-08-29 |
1107. | Abernathy (courthepworth) | 40.34 | 95% | 2022-08-22 |
1108. | Chanelle (nelle_son) | 40.34 | 97% | 2023-07-02 |
1109. | Brecht (brazilie) | 40.32 | 96% | 2018-12-18 |
1110. | Walter Camacho (waltercs07) | 40.32 | 96.4% | 2025-04-18 |
1111. | aymen (aymenalwh) | 40.30 | 93% | 2023-07-02 |
1112. | oleg (oleg_ros) | 40.28 | 97.4% | 2024-12-04 |
1113. | Neichoo (neichooo) | 40.27 | 95% | 2023-11-16 |
1114. | ✌✌✌ (roolee) | 40.26 | 97% | 2024-05-03 |
1115. | (pastashapes) | 40.25 | 94% | 2019-11-16 |
1116. | Asta (radhekrishnan) | 40.24 | 97.1% | 2024-12-22 |
1117. | Ayush Rawat (ayyyushrawat22... | 40.24 | 94% | 2025-03-09 |
1118. | Nima (nima_naderi) | 40.24 | 92% | 2023-04-30 |
1119. | Dhia Eddine (bl1ndk) | 40.21 | 93% | 2024-09-16 |
1120. | pug (poug) | 40.20 | 95% | 2025-01-13 |
1121. | Aung Myat (aungmyathein) | 40.09 | 95% | 2023-03-16 |
1122. | krishna (krishhhhna) | 40.06 | 94% | 2023-06-07 |
1123. | Sudip (donda) | 40.03 | 94% | 2023-09-12 |
1124. | amir (amirelarbi) | 40.03 | 93% | 2024-05-05 |
1125. | Carl (carl_haggren) | 40.01 | 95% | 2024-07-13 |
1126. | Johan7205 (joze7205) | 40.00 | 98.4% | 2024-01-17 |
1127. | Drew (eyitsdrew) | 39.99 | 95% | 2023-11-05 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,228 | 49.32 | October 3, 2018 |