command
module
Version:
v0.0.0-...-20175de
Opens a new window with list of versions in this module.
Published: Aug 14, 2022
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
slack-export-data-to-excel
This CLI tool of Slack export data to excel.
Install
go install github.com/shinshin86/slack-export-data-to-excel@latest
Usage
- Download Slack export data
- Unzip the export data.
- Execute the command
slack-export-data-to-excel <export data path>
Output data for Excel
- index
- An index automatically given by the program that is assigned to each channel.
- user
- The output is in the format
real_name(id)
.
- text
- thread
- The information is output only if the thread exists.
- If the post is the root of a thread, information about child threads is output.
- If the post was made to a thread, the index of the root post is output.
- reactions
- Reactions are output in the format
emoji(count) - [reaction users]
.
- datetime
- The date and time of the post will be output.
License
MIT
Author
Yuki Shindo
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.