Libraryless. Click here for Pure Java version (164L/2K/5K).
1 | !752 |
2 | |
3 | m {
|
4 | static S token = "xoxp-11444506721-15584660016-15602755169-10849bef29"; |
5 | static S channelID = "C0FH9PY8J"; // #talkingbots |
6 | |
7 | p {
|
8 | S url = "https://slack.com/api/channels.history"; |
9 | S postData = "token=" + urlencode(token) + "&channel=" + urlencode(channelID); |
10 | S data = doPost(postData, url); |
11 | print(data); |
12 | } |
13 | } |
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: | #1001867 |
| Snippet name: | Test channels.history on Slack (reading chat contents of #talkingbots) |
| Eternal ID of this version: | #1001867/1 |
| Text MD5: | 9ee5adbe35914ce2a1df71af712faf97 |
| Transpilation MD5: | b3c592b1584aadcce696d136c0d2720a |
| Author: | stefan |
| Category: | |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-11-30 21:16:14 |
| Source code size: | 352 bytes / 13 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 849 / 964 |
| Referenced in: | [show references] |