Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1013894 // Test Twitter API [compacted, OK with password files]

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Uses 284K of libraries. Click here for Pure Java version (1642L/11K).

!7

p {
  Twitter twitter = twitter4j_init();
  L<Status> statuses = twitter.getUserTimeline("xtraa");
  for (Status status : statuses)
    print(status.getUser().getName() + ":" + status.getText());
}

Author comment

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: 354 / 759
Version history: 1 change(s)
Referenced in: [show references]