slackrs 0.3.0

Provides a CLI and library functions to analyze Slack message data exports (zipped JSONs with a Slack-specific structure) and plot statistics.
Documentation
[
    {
        "metric": {
            "MentionCount": {
                "channel_pattern": "",
                "message_pattern": "@group"
            }
        },
        "resolution": "Daily",
        "output_file_name": "group-mentions.png",
        "colors": [
            "#e27505",
            "#55332c",
            "#505050"
        ]
    },
    {
        "metric": {
            "StringMessageCountRatio": {
                "channel_pattern": "sample",
                "message_pattern1": "special",
                "message_pattern2": "message"
            }
        },
        "resolution": "Daily",
        "output_file_name": "sample-rate.png",
        "msg_output_file_name": "sample-rate.csv"
    }
]