candrholdings / slack-cli

A command line interface for Slack implemented using node.
https://candrholdings.github.io/slack-cli/
287 stars 31 forks source link

I can't figure out (In Slack's documentation) how to generate a SLACK_TOKEN #34

Open rjpikus opened 4 years ago

rjpikus commented 4 years ago

I have: App ID Client ID Client Secret Signing Secret Verification Token

I made an app in slack and can post to a channel with

curl -X POST -H 'Content-type: application/json' --data '{"text":"Hello, World!"}' https://hooks.slack.com/services/Y839CLLSF/B017HJTG2CF/c8My827hfZhs1AJzZjlSxLyD

rjpikus commented 4 years ago

How do I go from installing this cli to it working in my slack app?

rjpikus commented 4 years ago

Do I need to make an app and generate a token or the token is in my slack config locally?

engineerchange commented 4 years ago

+1