Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dispherical/sayonarachannel
- Owner: dispherical
- License: agpl-3.0
- Created: 2024-05-08T14:11:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T13:09:57.000Z (8 months ago)
- Last Synced: 2024-10-27T13:48:53.266Z (3 months ago)
- Language: JavaScript
- Homepage: https://hackclub.wiki/sayonara
- Size: 40 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```