Skip to content

ryuapp/typetalk_to_slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[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 --allow-read --reload --name tts https://ryu.app/gh/typetalk_to_slack/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 \“.

About

Typetalk to Slack Migration Tool

Topics

Resources

License

Stars

Watchers

Forks