Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryuapp/typetalk_to_slack
Typetalk to Slack Migration Tool
https://github.com/ryuapp/typetalk_to_slack
deno slack typetalk
Last synced: 4 days ago
JSON representation
Typetalk to Slack Migration Tool
- Host: GitHub
- URL: https://github.com/ryuapp/typetalk_to_slack
- Owner: ryuapp
- License: mit
- Created: 2024-02-12T10:23:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T14:33:05.000Z (6 months ago)
- Last Synced: 2024-05-13T15:55:14.356Z (6 months ago)
- Topics: deno, slack, typetalk
- Language: TypeScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[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](https://deno.com/) version.\
And run the following command:```sh
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
```sh
tts convert messages.csv > messages_slack.csv
```> [!NOTE]
> If the message body contains `\"`, it cannot be imported into Slack.
> So this tool replaces `\"` with `\“`.