slack-cli
slack-cli copied to clipboard
Slack CLI for productive developers
Today slack-cli stopped working https://api.slack.com/changelog/2020-01-deprecating-antecedents-to-the-conversations-api > We'll stop allowing newly created Slack apps to use these deprecated APIs beginning June 10th, 2020. :( related: https://github.com/os/slacker/issues/116 temporary workaround (I dunno about...
Hello, This is my first time attempting to set up a slack app, so forgive me if I'm off track or if this issue has been reported already. When running...
Hello, A few days ago I encountered an issue with new private channels, seems like Slack is creating the channels in a new way. Here are the details: * I...
Are there any plans to convert slack-cli to use the official Slack Python client SDK? https://slack.dev/python-slackclient Seems that slacker is not receiving any further updates.
Right now, `/status` is the only way to update a status from slack-cli. However, it'd be nice to use things like expiration times on statuses - this isn't supported in...
Hello! Similar to #26. I tried `slack-cli -d slackbot /away` with and without quotes, also. But it does not work. What happens is that the slackbot gets a message with...
Once a block of text exceeds 3978 characters it can't be fit into a single message and needs to be made into a snippet. Request to add ability to create...
It would be awesome if the CLI could auto-complete some arguments: slack-cli -d gene would give: slack-cli -d general (as asked by @wsturgiss in #11)
Thanks for your quick response to #9. This PR implements the kind of thing I had in mind. It makes this possible: ``` $ slack-cli -s au-phiware -l 1 -o...