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 |
---|---|---|---|---|
1338. | darren (darrenduhdragon) | 37.39 | 95% | 2023-07-13 |
1339. | anshul (anshkool) | 37.33 | 99% | 2022-09-08 |
1340. | WiQaS KhaN (su_khan) | 37.33 | 97% | 2025-06-08 |
1341. | Erick (chaconerick) | 37.30 | 93% | 2023-12-15 |
1342. | Johannes (johannes0704) | 37.28 | 93% | 2023-10-07 |
1343. | Binup (binup) | 37.28 | 95% | 2023-06-26 |
1344. | CrappyDino (crappydino) | 37.27 | 97% | 2024-07-29 |
1345. | Galho (o_galho) | 37.26 | 94% | 2023-08-09 |
1346. | BigHead (big_head0) | 37.26 | 96% | 2023-08-06 |
1347. | durgesh (durgeshh) | 37.24 | 97% | 2024-03-28 |
1348. | Danila (jegored) | 37.22 | 93% | 2024-11-15 |
1349. | Eldritch_Woman (eldritch_wo... | 37.22 | 96% | 2023-08-13 |
1350. | Ajos (ajos6969) | 37.18 | 97% | 2023-08-21 |
1351. | Pawan (pawanpdn) | 37.17 | 95% | 2023-08-03 |
1352. | bekrry (bhillard) | 37.14 | 96% | 2024-07-20 |
1353. | azer8 (azer8) | 37.12 | 91% | 2025-03-30 |
1354. | Alin (alinsteve) | 37.10 | 95% | 2023-11-06 |
1355. | Raheel Khan (raheelqazi326) | 37.08 | 94% | 2024-08-10 |
1356. | Mohammmed Amine (free_pales... | 37.05 | 94% | 2024-08-14 |
1357. | Daniel (kix512) | 37.04 | 93% | 2023-10-14 |
1358. | KVJM (kvjm) | 37.04 | 94% | 2023-05-26 |
1359. | Hrigved (hrigved) | 36.97 | 92% | 2024-05-20 |
1360. | redbeans (redbeans01) | 36.86 | 95% | 2025-02-22 |
1361. | Steve (stevez65) | 36.84 | 96% | 2025-01-13 |
1362. | seigou (ninjawanko) | 36.84 | 92% | 2024-07-28 |
1363. | Egger (zzzi_chun) | 36.84 | 94% | 2025-08-16 |
1364. | KK (krina521) | 36.81 | 97% | 2023-05-26 |
1365. | Valliappan (its_me04) | 36.76 | 95% | 2023-08-02 |
1366. | monish (siddharth_pai) | 36.76 | 94% | 2025-05-10 |
1367. | Meshach Asis (deanace) | 36.74 | 92% | 2024-11-28 |
Universe | Races | Average WPM | First Race |
---|---|---|---|
Coder Edition | 5,228 | 49.32 | October 3, 2018 |