Skip to content

michplunkett/golang-scripting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Various Scripts in the Key of Golang

Various scripts written in Golang.

Scripts

Slack Message Parser

This tool is used to parse the json-formatted data that comes from exporting Slack workspace data into a csv file named: slack_records.csv.

TimeStamp UserID UserName RealName MessageType Text Attachments Files
string string string string string string []string []string

Instructions

  1. Move your files to the SlackMessages directory.
    mkdir -p ./SlackMessages
    cp [SLACK_WORKSPACE_DATA_PATH_HERE]/*.json ./SlackMessages/
  2. Run the Slack message parser using the command: make parse-slack-data.

About

Various scripts written in Golang.

Topics

Resources

License

Stars

Watchers

Forks