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 |
---|---|---|---|---|
303. | vvw (anonaxol) | 64.53 | 95% | 2025-03-21 |
304. | Rene (rene8988) | 64.49 | 98% | 2024-08-09 |
305. | Josh (joshbochuan2020) | 64.39 | 96% | 2024-04-20 |
306. | Luke (lakemalcom) | 64.38 | 97% | 2023-10-18 |
307. | Alex (alexklaus) | 64.27 | 98% | 2021-08-30 |
308. | Atom (atomc) | 64.25 | 96% | 2024-06-29 |
309. | mairzydoats_mason (mairzydo... | 64.20 | 100% | 2019-12-18 |
310. | Jeydin21 (jeydin21) | 64.17 | 97% | 2024-02-28 |
311. | (dso093) | 64.16 | 96.7% | 2024-01-04 |
312. | James (codetiger) | 64.15 | 96% | 2023-12-22 |
313. | g (gamamer) | 64.08 | 95.1% | 2023-10-26 |
314. | Alex (atduffaut) | 64.05 | 97% | 2023-08-02 |
315. | Lawrence (wattfox) | 64.05 | 96% | 2023-08-18 |
316. | K (ufomi) | 63.94 | 96.4% | 2023-11-29 |
317. | Grant (grantly) | 63.84 | 96% | 2022-07-28 |
318. | loois (gorgontes) | 63.84 | 97% | 2023-11-01 |
319. | rex (rexwow) | 63.80 | 97% | 2023-07-07 |
320. | 👺 (confiscar) | 63.78 | 97% | 2023-08-15 |
321. | Po Caralho (pocaralho) | 63.72 | 96% | 2023-08-05 |
322. | Jake (jmill1125) | 63.60 | 97% | 2024-11-12 |
323. | Dust (rathard) | 63.50 | 98% | 2023-08-26 |
324. | lavi (reallavi) | 63.49 | 98.1% | 2024-01-26 |
325. | FoTGbigGhost (fotg_reckless) | 63.43 | 96% | 2023-05-28 |
326. | apple8ball (apple8ball) | 63.38 | 96% | 2024-03-05 |
327. | kewl (hyper_racer) | 63.35 | 97% | 2019-07-20 |
328. | Stefan Jovanović (stefanst... | 63.27 | 95% | 2023-08-20 |
329. | (peaceinchrist) | 63.26 | 96% | 2022-03-27 |
330. | Jake (startler03) | 63.22 | 96% | 2025-01-25 |
331. | use an appropriate name (ar... | 63.20 | 97.1% | 2024-02-10 |
332. | Cathy (kirbcat_monster) | 63.14 | 94% | 2024-08-30 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,228 | 49.32 | October 3, 2018 |