Skip to content

Instantly share code, notes, and snippets.

@felagsw
felagsw / slack2html.php
Last active January 24, 2024 16:48 — forked from levelsio/gist:122907e95956602e5c09
slack2html
#!/usr/bin/php
<?php
/////////////////////
// slack2html
// by @levelsio
/////////////////////
//
/////////////////////
// WHAT DOES THIS DO?
/////////////////////
@felagsw
felagsw / slack_history.py
Created February 11, 2016 13:39 — forked from Chandler/slack_history.py
Download Slack Channel/PrivateChannel/DirectMessage History
from slacker import Slacker
import json
import argparse
import os
# This script finds all channels, private channels and direct messages
# that your user participates in, downloads the complete history for
# those converations and writes each conversation out to seperate json files.
#
# This user centric history gathering is nice because the official slack data exporter
# only exports public channels.