SlackArchiver: Using Mongo to archive Slack messages (Featuring "Docker")

1 · Tom Casavant · Sept. 2, 2017, 7:36 p.m.
The purpose of this program is to read messages from Slack (https://slack.com/) and store them in a database using Mongo. We are also going to build all of this within a Docker, so that we can easily recreate the environment this program needs to run properly on other systems. Requirements: Install docker from ...