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 |
---|---|---|---|---|
140. | Angel (tribaaldos) | 75.85 | 97% | 2023-08-23 |
141. | (cr0cka) | 75.82 | 95% | 2019-07-20 |
142. | Samuel (gibboac) | 75.80 | 98% | 2023-08-26 |
143. | icebox (flsf) | 75.78 | 98% | 2019-04-28 |
144. | Ryan (tcveridux) | 75.77 | 98% | 2023-07-03 |
145. | Orgalorrrrg (orgalorg) | 75.69 | 99% | 2024-07-16 |
146. | drnoobus (drnoobus) | 75.67 | 95.5% | 2024-10-27 |
147. | Caffebar kb lmao! (baccupacc) | 75.66 | 97% | 2022-07-01 |
148. | (altrocality) | 75.39 | 97% | 2023-06-01 |
149. | Dongerlord (thedongerlord) | 75.39 | 97% | 2024-11-30 |
150. | Declan (declan12) | 75.14 | 97% | 2024-03-03 |
151. | pomgie (achan66) | 75.07 | 98% | 2023-05-12 |
152. | equations (equationslayer12) | 75.03 | 99% | 2023-12-16 |
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 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,228 | 49.32 | October 3, 2018 |