Issuing auth.test method using PHP curl. <?php $token= //your login token $url = ‘https://slack.com/api/auth.test’; $parameters = array(“token” => $token); if
Category: Door43
Slack post a message by PHP curl
Step by step process to post a message to using PHP curl: Click on Team43. In the pop up box,
Slack Notes
Generate Slack Security Token https://api.slack.com/web#auth Post message to slack https://gist.github.com/alexstone/9319715 Example of PHP Slack https://github.com/Frlnc/php-slack Good oauth video Note: don’t
UnfoldingWord Links
Shared door43 plugin https://github.com/unfoldingWord-dev/dokuwiki-plugin-shared OBS doc upload https://github.com/unfoldingWord-dev/dokuwiki-plugin-obs-doc-upload with export buttons https://github.com/unfoldingWord-dev/dokuwiki-plugin-obs-doc-upload/tree/feature/ExportButton
Pandoc Notes
Pandoc release page: https://github.com/jgm/pandoc/releases
Hubot notes
Documentation https://hubot.github.com/docs/scripting/ Coffee script (note, install node.js first) http://coffeescript.org/ Hubot issues: https://github.com/unfoldingWord-dev/hubot I am assigned issue 2 and