/typetalk_to_slack

Typetalk to Slack Migration Tool

Primary LanguageTypeScriptMIT LicenseMIT

[English] [日本語]

Typetalk to Slack Migration Tool

This is a tool to migrate from Typetalk to Slack.
Convert exported data from Typetalk to csv format that can be imported with Slack.

Install

Install the latest Deno CLI version.
And run the following command:

deno install -g -r --allow-read --name tts https://raw.githubusercontent.com/ryuapp/typetalk_to_slack/main/cli.ts

You can use tts command.

Usage

You can use the following command to convert the file output from Typetalk to csv format that can be imported into Slack. Redirect the output to a file due to standard output.

Example

tts convert messages.csv > messages_slack.csv

Note

If the message body contains \", it cannot be imported into Slack. So this tool replaces \" with \“.