Skip to content

Instantly share code, notes, and snippets.

@ebcodes
ebcodes / README.md
Last active July 9, 2019 01:19
Slack Dark Theme 3.4.2

Instructions (works with v3.4.2)

  • Download Slack (Linux: https://slack.com/downloads/linux)
  • Download the theme from https://github.com/laCour/slack-night-mode (or use the below css file)
  • Modify index.js if you like and add to /Applications/Slack.app/Contents/Resources/extracted/src/static (override the original)
    • Windows: %homepath%\AppData\Local\slack\app-3.4.2\resources\app.asar.unpacked\src\static (use forward slashes in ssb-interop.js and index.js)
    • Linux (Debian based): /usr/lib/slack/...
    • Linux (Not Working Currently! -- Fedora - Flatpak version): /var/lib/flatpak/app/com.slack.Slack/current/active/files/extra/lib/slack/resources/app.asar.unpacked/
    • Linux (RPM/DEB verson): /usr/lib/slack/resources/app.asar.unpacked/
  • Modify ssb-interop.js to point the correct CSS file near the bottom of the script below
  • Modify index.js below (lines 8-13)
<?
/////////////////////
// slack2html
// by @levelsio
/////////////////////
//
/////////////////////
// WHAT DOES THIS DO?
/////////////////////
//
@minniel
minniel / slack_history.py
Last active February 28, 2022 22:02 — forked from Chandler/slack_history.py
Download Slack Channel/PrivateChannel/DirectMessage History
from slacker import Slacker
import json
import argparse
import os
import shutil
import copy
from datetime import datetime
# This script finds all channels, private channels and direct messages
# that your user participates in, downloads the complete history for