Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dispherical/sayonarachannel

Removes you from channels which you have been mass-added to on Slack
https://github.com/dispherical/sayonarachannel

Last synced: about 2 months ago
JSON representation

Removes you from channels which you have been mass-added to on Slack

Awesome Lists containing this project

README

        

# sayonarachannel

Removes you from channels which you have been mass-added to on Slack.

## How to use?
1. Go to a message which has the channels you have been added to (usually Slackbot)
2. Click "More Message Shortcuts" -> "Remove me from channels"
3. Review and press the confirm button.

## How to host?

```bash
yarn install
cp .env.example .env
nano .env # edit it
node .
```