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 |
---|---|---|---|---|
1491. | Arthur (99guest99) | 31.56 | 93% | 2023-11-19 |
1492. | Anshul (anshul_pawar1) | 31.54 | 92.5% | 2023-07-08 |
1493. | Jaul (jaul) | 31.51 | 90% | 2023-07-21 |
1494. | Invictus (invictusneverfalls) | 31.47 | 90% | 2025-02-10 |
1495. | Nel (fodsdj) | 31.45 | 95% | 2025-02-25 |
1496. | Manya (manya_ot7) | 31.43 | 95% | 2023-09-14 |
1497. | Sree (sree341) | 31.40 | 95% | 2023-08-15 |
1498. | Noe (neemeeisspeed) | 31.40 | 95% | 2024-08-04 |
1499. | Abby (abbymay) | 31.40 | 95% | 2024-05-15 |
1500. | Yan (gopnikls) | 31.38 | 96.2% | 2025-03-06 |
1501. | slaweq (slaweq) | 31.32 | 92.8% | 2024-05-07 |
1502. | sphoof (sphoof_xd) | 31.30 | 89% | 2024-04-22 |
1503. | Ankit (ankit_10) | 31.29 | 93% | 2023-08-26 |
1504. | c4llv07e (c4llv07e) | 31.29 | 90% | 2023-08-26 |
1505. | Khushnudbek (zeroman04) | 31.28 | 94% | 2023-07-04 |
1506. | Christian (gatrrek) | 31.28 | 95% | 2023-08-30 |
1507. | Navin (nikash_) | 31.26 | 94% | 2023-06-07 |
1508. | cristi (cristi208) | 31.25 | 94% | 2024-12-11 |
1509. | Kyle (bigboiblue) | 31.21 | 92% | 2019-09-13 |
1510. | bishwas dhakal (bdhakal) | 31.20 | 97% | 2024-02-05 |
1511. | Ahmed webx4 (web_x4) | 31.17 | 95% | 2023-10-01 |
1512. | GBGKB_CReator28 (gbgkb_crea... | 31.08 | 95% | 2024-02-16 |
1513. | jiwol (jiwoljiwol) | 31.07 | 92% | 2023-05-26 |
1514. | T-Money (bigboydragon) | 31.05 | 92% | 2023-07-13 |
1515. | zoro (bountyhunterzoro) | 31.04 | 95% | 2024-06-24 |
1516. | zakir (zakirhossen) | 31.03 | 93% | 2023-07-20 |
1517. | hikari (hikarisenpai) | 31.02 | 91% | 2025-01-01 |
1518. | Sebastian (quilpalta) | 30.98 | 92% | 2024-03-26 |
1519. | mikduc (samurai_dodo) | 30.95 | 92% | 2019-07-18 |
1520. | Anonymous (secret_codes) | 30.94 | 97% | 2018-10-11 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,228 | 49.32 | October 3, 2018 |