https://github.com/y0hnn/slack-private-channel-to-public
Transform your private channel to a public one with all your history
https://github.com/y0hnn/slack-private-channel-to-public
channels converter export import private public slack
Last synced: 7 months ago
JSON representation
Transform your private channel to a public one with all your history
- Host: GitHub
- URL: https://github.com/y0hnn/slack-private-channel-to-public
- Owner: y0hnn
- License: mit
- Created: 2019-08-07T19:18:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T23:37:54.000Z (over 3 years ago)
- Last Synced: 2025-03-22T20:02:57.149Z (7 months ago)
- Topics: channels, converter, export, import, private, public, slack
- Language: JavaScript
- Size: 189 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slack Convert Private Channels To Public
πOn Slack, private channels can be really bad. Often in companies, private channels should be public.
Slack allow to convert a public channel to a private channel, but not the opposite. Such a shame.
However, it can be done easily with their Import API.
This NodeJS module will extract the content of a private channel *you have access to*, and will generate an archive ready to be imported to Slack. And there you go, here is your new public channel unlocked, with your history π
# How to use
1. Checkout this repository
2. `yarn install`
3. `node index.js TOKEN list-of-chans-separated-by-a-space`
You will have a ready to import zip!