Skip to content

shinshin86/slack-export-data-to-excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Download Slack export data
  2. Unzip the export data.
  3. 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
    • Posted 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

About

This CLI tool of Slack export data to excel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages