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

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

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!