Libraryless. Click here for Pure Java version (1346L/11K/33K).
1 | !752 |
2 | |
3 | p { |
4 | S token = loadRelpToken(); |
5 | S channel = "talkingbots"; |
6 | L<SlackMsg> l = multiSlurp(channel, token); |
7 | print(l(l) + " total messages slurped from #" + channel); |
8 | print("First message: " + structure(first(l))); |
9 | print("Last message: " + structure(last(l))); |
10 | } |
Began life as a copy of #1002173
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1002184 |
Snippet name: | Test multiSlurp |
Eternal ID of this version: | #1002184/1 |
Text MD5: | dc1e9f7dbe862802e13e0e8988bbabcf |
Transpilation MD5: | a61978ea5f02f1bfe6d50526cf578ba9 |
Author: | stefan |
Category: | javax |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2015-12-23 21:14:40 |
Source code size: | 284 bytes / 10 lines |
Pitched / IR pitched: | No / Yes |
Views / Downloads: | 575 / 691 |
Referenced in: | [show references] |