Download Jar. Uses 284K of libraries. Click here for Pure Java version (1642L/11K).
1 | !7 |
2 | |
3 | p {
|
4 | Twitter twitter = twitter4j_init(); |
5 | L<Status> statuses = twitter.getUserTimeline("xtraa");
|
6 | for (Status status : statuses) |
7 | print(status.getUser().getName() + ":" + status.getText()); |
8 | } |
Began life as a copy of #1013888
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013894 |
| Snippet name: | Test Twitter API [compacted, OK with password files] |
| Eternal ID of this version: | #1013894/2 |
| Text MD5: | a147ae82327d60ff87a7065646a224c0 |
| Transpilation MD5: | 95e78f241e2f9b3d21c9a11aef4b3634 |
| Author: | stefan |
| Category: | javax / networking |
| Type: | JavaX source code (desktop) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-03-11 21:26:09 |
| Source code size: | 208 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 712 / 1539 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |