Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinbaillie/slack-channel-inviter
Invite all of #channelA to #channelB (skipping those already in #channelB)
https://github.com/martinbaillie/slack-channel-inviter
golang inviter slack
Last synced: 24 days ago
JSON representation
Invite all of #channelA to #channelB (skipping those already in #channelB)
- Host: GitHub
- URL: https://github.com/martinbaillie/slack-channel-inviter
- Owner: martinbaillie
- License: bsd-3-clause
- Created: 2017-07-31T00:31:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T00:14:33.000Z (over 5 years ago)
- Last Synced: 2024-05-02T01:07:17.886Z (9 months ago)
- Topics: golang, inviter, slack
- Language: Go
- Size: 1.05 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slack Channel Inviter
> Invite all of #channelA to #channelB (skipping those already in #channelB)
I had a need to shutdown and migrate a large channel into another. This little CLI tool did the job. It may be of use to others.
### Usage
```golang
env SLACK_TOKEN=xoxp- go run main.go channelA channelB
```
### Output```bash
2017/07/31 09:39:49 Invited userA (U0A3DXXX) to #channelB (C0KKV4XXX)
2017/07/31 09:39:50 Invited userB (U0A3DXXX) to #channelB (C0KKV4XXX)
...
...
```