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 |
---|---|---|---|---|
153. | ghoudiy (ghoudiy) | 74.94 | 100% | 2023-06-18 |
154. | Drake (ruthenic) | 74.93 | 95% | 2023-10-09 |
155. | صبر (morocco01) | 74.93 | 98% | 2023-09-03 |
156. | James (jamesmcf) | 74.84 | 98% | 2018-12-13 |
157. | austin (0x13ba) | 74.69 | 98% | 2024-02-22 |
158. | Kaleb (kwainright) | 74.62 | 96% | 2023-06-02 |
159. | Karan Jain (karanjain18) | 74.54 | 99% | 2021-07-20 |
160. | Othmane (boumediane1) | 74.46 | 98% | 2023-06-14 |
161. | Sander (cubit33) | 74.40 | 98% | 2022-07-07 |
162. | Ravi (ravishankarr) | 74.15 | 98% | 2025-04-24 |
163. | muchinchai (muchinchai) | 74.14 | 99.6% | 2023-11-15 |
164. | Ryan (chrissypoopoo) | 74.14 | 97% | 2023-08-02 |
165. | Tony (tonyb7) | 74.11 | 97% | 2022-04-01 |
166. | abdullah (abdullah_ui) | 74.03 | 96% | 2023-06-04 |
167. | Albert (hsabove) | 73.94 | 96.2% | 2023-11-09 |
168. | jse (dragoncityjose) | 73.90 | 95.7% | 2023-09-29 |
169. | Gang (dumblemon) | 73.81 | 94% | 2023-06-25 |
170. | RAMs3c (xander360) | 73.80 | 98% | 2024-12-04 |
171. | Vincent (tokiix) | 73.75 | 97% | 2023-08-22 |
172. | Jon (jonsport) | 73.66 | 97% | 2022-07-06 |
173. | Userzin (userzin) | 73.65 | 98% | 2021-11-26 |
174. | Mustafa (mustafakhan205) | 73.65 | 97% | 2025-02-16 |
175. | Type like never before! (re... | 73.63 | 98% | 2022-01-04 |
176. | Nicholas (nicholas_r) | 73.31 | 98% | 2025-01-29 |
177. | hamza (mizoxes) | 73.30 | 98% | 2021-12-02 |
178. | . (serqph) | 73.23 | 96% | 2019-05-26 |
179. | ImBrayyy (imbrayyy01) | 73.11 | 96% | 2023-09-14 |
180. | SauceyRed (redangel09) | 73.10 | 97% | 2023-11-20 |
181. | sang (shatoboar) | 73.09 | 97% | 2024-08-21 |
182. | J (givemeurbells) | 72.99 | 97% | 2025-03-31 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,228 | 49.32 | October 3, 2018 |