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

15
LINES

< > BotCompany Repo | #1001889 // Try posting in Slack chat as "botstuff"

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

Libraryless. Click here for Pure Java version (293L/3K/8K).

!752

static S token;
static S channelID = "C0FH9PY8J"; // #talkingbots
static S text = "Bot test";
static S username = "botstuff";

p {
  token = loadSecretTextFileMandatory("relp-slack-botstuff-token").trim();
  S url = "https://slack.com/api/chat.postMessage";
  S postData = "token=" + urlencode(token) + "&channel=" + urlencode(channelID) + "&text=" + urlencode(text)
    + "&username=" + urlencode(username);
  S data = doPost(postData, url);
  print(data);
}

Author comment

Began life as a copy of #1001888

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

Comments [hide]

ID Author/Program Comment Date
1186 stefan Works :) 2015-12-05 00:57:18

add comment

Snippet ID: #1001889
Snippet name: Try posting in Slack chat as "botstuff"
Eternal ID of this version: #1001889/1
Text MD5: 266a457fa347f693f10eaec68a1b2c2f
Transpilation MD5: 4c6741eb22b13fd530c352db75e030c1
Author: stefan
Category:
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-12-06 18:29:07
Source code size: 481 bytes / 15 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 852 / 2299
Referenced in: [show references]