Here's a Dockerfile and a script that allow running current Github version of the app in a temporary Linux image.
The script...
$ ./run_in_docker.sh
...build a Docker image, compiles the typescript and runs the CLI, that then asks for Slack token.
Results will be saved in slack-archive_USERDATA folder.
Here's a Dockerfile and a script that allow running current Github version of the app in a temporary Linux image. The script...
...build a Docker image, compiles the typescript and runs the CLI, that then asks for Slack token. Results will be saved in
slack-archive_USERDATA
folder.