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 |
---|---|---|---|---|
1477. | Golden_YT (kira_yt) | 31.82 | 93% | 2023-10-04 |
1478. | JAVI (javimadrid5) | 31.81 | 96% | 2025-01-07 |
1479. | JaselAlexanderAymaTiticayo ... | 31.80 | 95% | 2024-06-09 |
1480. | steven (hugochavez69) | 31.79 | 96% | 2023-09-16 |
1481. | Hope (hopeinaguy) | 31.78 | 93.9% | 2025-02-18 |
1482. | Davis (frost_ski) | 31.78 | 93% | 2023-06-16 |
1483. | Altanbagana (baganaakh) | 31.69 | 95% | 2024-02-05 |
1484. | Pemba Dorji (pemba10) | 31.68 | 98% | 2024-11-12 |
1485. | Vinesh (vinesh57) | 31.66 | 94% | 2023-06-23 |
1486. | PastaSmuggler (pasta_smuggler) | 31.66 | 94% | 2024-09-16 |
1487. | famu (fattaa) | 31.63 | 93% | 2024-07-14 |
1488. | reneespinosa (reneespin0sa) | 31.62 | 94% | 2023-05-21 |
1489. | dodo (dodotyper) | 31.60 | 95% | 2025-01-06 |
1490. | sukhoi su-57 (shezy) | 31.59 | 95% | 2023-08-30 |
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 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,228 | 49.32 | October 3, 2018 |