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 |
---|---|---|---|---|
273. | kalski (kalski) | 65.07 | 95% | 2024-08-27 |
274. | dot (grandballoons) | 65.04 | 97% | 2024-12-02 |
275. | Chieh laptop (leejay8011piq) | 65.00 | 99% | 2023-09-20 |
276. | Benjamin (bw1625) | 64.97 | 96% | 2019-05-06 |
277. | Exile of Soul (vfctyrant) | 64.96 | 96% | 2019-08-08 |
278. | ihateonyou (ihateonyou) | 64.90 | 96% | 2023-07-15 |
279. | Sparsh (sparsh123) | 64.89 | 96% | 2024-03-29 |
280. | Esteban (dworak) | 64.79 | 94% | 2024-05-12 |
281. | Send (lhs2004) | 64.63 | 95% | 2021-07-25 |
282. | ............. (zalvary) | 64.58 | 96% | 2023-03-28 |
283. | Jiang (jghjianghan) | 64.54 | 95% | 2024-01-15 |
284. | vvw (anonaxol) | 64.53 | 95% | 2025-03-21 |
285. | Rene (rene8988) | 64.49 | 98% | 2024-08-09 |
286. | Josh (joshbochuan2020) | 64.39 | 96% | 2024-04-20 |
287. | Luke (lakemalcom) | 64.38 | 97% | 2023-10-18 |
288. | Alex (alexklaus) | 64.27 | 98% | 2021-08-30 |
289. | Atom (atomc) | 64.25 | 96% | 2024-06-29 |
290. | mairzydoats_mason (mairzydo... | 64.20 | 100% | 2019-12-18 |
291. | Jeydin21 (jeydin21) | 64.17 | 97% | 2024-02-28 |
292. | (dso093) | 64.16 | 96.7% | 2024-01-04 |
293. | James (codetiger) | 64.15 | 96% | 2023-12-22 |
294. | g (gamamer) | 64.08 | 95.1% | 2023-10-26 |
295. | Alex (atduffaut) | 64.05 | 97% | 2023-08-02 |
296. | Lawrence (wattfox) | 64.05 | 96% | 2023-08-18 |
297. | K (ufomi) | 63.94 | 96.4% | 2023-11-29 |
298. | Grant (grantly) | 63.84 | 96% | 2022-07-28 |
299. | loois (gorgontes) | 63.84 | 97% | 2023-11-01 |
300. | rex (rexwow) | 63.80 | 97% | 2023-07-07 |
301. | 👺 (confiscar) | 63.78 | 97% | 2023-08-15 |
302. | Po Caralho (pocaralho) | 63.72 | 96% | 2023-08-05 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,228 | 49.32 | October 3, 2018 |