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 |
---|---|---|---|---|
450. | (bummered) | 58.95 | 97% | 2023-01-10 |
451. | omgracer (omgracer) | 58.94 | 97% | 2024-12-04 |
452. | iceylemon157 (iceylemon157) | 58.86 | 93% | 2023-07-18 |
453. | GreenToothbrush (emworks) | 58.75 | 97% | 2024-03-21 |
454. | Maythe (maythe1508) | 58.71 | 97% | 2023-07-04 |
455. | hobrin (hobrin) | 58.69 | 97% | 2023-03-13 |
456. | 000 (oknotok_) | 58.66 | 96% | 2023-07-24 |
457. | Shuai (aboveappo) | 58.54 | 96% | 2022-02-04 |
458. | Yashwanth (yashspeedy) | 58.52 | 96% | 2023-08-06 |
459. | Mohammad (alamin_typist) | 58.42 | 97% | 2018-11-16 |
460. | Ethan Jeff (hypernacho) | 58.41 | 94% | 2023-08-07 |
461. | Will (loafmaster) | 58.38 | 96% | 2025-01-31 |
462. | notpvs (notpvs) | 58.36 | 95% | 2025-04-24 |
463. | 映月 (mollyrose) | 58.32 | 95% | 2024-10-17 |
464. | eehs (eehs) | 58.28 | 97% | 2023-06-28 |
465. | Incendas (incendas) | 58.25 | 96% | 2024-09-15 |
466. | Jacob (jystringfellow) | 58.24 | 97% | 2024-01-19 |
467. | Wacky (wackyrio) | 58.23 | 98% | 2023-08-13 |
468. | Kat (kataplexis) | 58.19 | 97% | 2023-05-25 |
469. | Peter (doc_chungles) | 58.15 | 96% | 2023-12-27 |
470. | Evilenx (evilenx) | 58.14 | 94% | 2025-03-10 |
471. | Mike (dagomara) | 58.13 | 98% | 2025-02-21 |
472. | Pramod Adhikari (justpramod) | 58.04 | 95% | 2024-07-25 |
473. | dvorak :) (lauta70) | 58.00 | 96% | 2023-01-09 |
474. | Justin (juston8) | 58.00 | 98% | 2023-11-18 |
475. | mekadi (mekadi) | 57.95 | 97% | 2024-12-28 |
476. | Maha (neonnex) | 57.93 | 95.5% | 2024-09-11 |
477. | Abdelrahman (eltyar) | 57.90 | 99% | 2025-09-09 |
478. | Jak (jjakk) | 57.89 | 95% | 2022-10-04 |
479. | Dmitry (risendima) | 57.83 | 96% | 2023-07-04 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,228 | 49.32 | October 3, 2018 |