Skip to content

Instantly share code, notes, and snippets.

@scarfunk
Created December 31, 2015 15:35
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scarfunk/0641397c71dbb00ee04d to your computer and use it in GitHub Desktop.
Save scarfunk/0641397c71dbb00ee04d to your computer and use it in GitHub Desktop.
var request = require("request");
request('https://slack.com/api/chat.postMessage?'+
'token=token&channel=C024R44D8&text='+
encodeURIComponent('모닝모닝')+
'&as_user=true');
@ujuc
Copy link

ujuc commented Dec 31, 2015

우와 짧네요!

@minieetea
Copy link

우와 진짜 짧네요!?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment