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 |
---|---|---|---|---|
1591. | suzayy99 (suzzay99) | 31.91 | 94% | 2024-08-27 |
1592. | TypeSquid (typesquid) | 31.85 | 94% | 2024-09-14 |
1593. | Tanya (tanyasinha) | 31.84 | 95% | 2025-07-03 |
1594. | Golden_YT (kira_yt) | 31.82 | 93% | 2023-10-04 |
1595. | JAVI (javimadrid5) | 31.81 | 96% | 2025-01-07 |
1596. | JaselAlexanderAymaTiticayo ... | 31.80 | 95% | 2024-06-09 |
1597. | steven (hugochavez69) | 31.79 | 96% | 2023-09-16 |
1598. | Hope (hopeinaguy) | 31.78 | 93.9% | 2025-02-18 |
1599. | Davis (frost_ski) | 31.78 | 93% | 2023-06-16 |
1600. | Altanbagana (baganaakh) | 31.69 | 95% | 2024-02-05 |
1601. | Pemba Dorji (pemba10) | 31.68 | 98% | 2024-11-12 |
1602. | Vinesh (vinesh57) | 31.66 | 94% | 2023-06-23 |
1603. | PastaSmuggler (pasta_smuggler) | 31.66 | 93.9% | 2024-09-16 |
1604. | voldiriddle (voldiriddle) | 31.64 | 96% | 2025-06-26 |
1605. | famu (fattaa) | 31.63 | 93% | 2024-07-14 |
1606. | reneespinosa (reneespin0sa) | 31.62 | 94% | 2023-05-21 |
1607. | dodo (dodotyper) | 31.60 | 95% | 2025-01-06 |
1608. | sukhoi su-57 (shezy) | 31.59 | 95.3% | 2023-08-30 |
1609. | Arthur (99guest99) | 31.56 | 93% | 2023-11-19 |
1610. | Anshul (anshul_pawar1) | 31.54 | 92.5% | 2023-07-08 |
1611. | Jaul (jaul) | 31.51 | 90% | 2023-07-21 |
1612. | Invictus (invictusneverfalls) | 31.47 | 90% | 2025-02-10 |
1613. | Nel (fodsdj) | 31.45 | 95% | 2025-02-25 |
1614. | Manya (manya_ot7) | 31.43 | 95% | 2023-09-14 |
1615. | Sree (sree341) | 31.40 | 95% | 2023-08-15 |
1616. | Noe (neemeeisspeed) | 31.40 | 95% | 2024-08-04 |
1617. | Abby (abbymay) | 31.40 | 95% | 2024-05-15 |
1618. | Yan (gopnikls) | 31.38 | 96.2% | 2025-03-06 |
1619. | sphoof (sphoof_xd) | 31.30 | 89% | 2024-04-22 |
1620. | Ankit (ankit_10) | 31.29 | 93% | 2023-08-26 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,228 | 49.32 | October 3, 2018 |