Skip to main content

transparent slack message anonymizer

Project description

hades

transparent slack message anonymizer

Before After
before after

[!CAUTION] This will project can apply PERMANENET CHANGES to your slack messages. Make sure to read the documentation before using it and consider testing it on a test workspace first.

Installation

Requires Python 3.12+

uv tool install hades-slack

Usage

Create Slack apps

Slack has a funny thing called ratelimiting so we need multiple apps so this doesn't take 5 and a half years to complete.

This is automated and needs an "App Configuration Token" from Slack. How do you get one?

  • Go to https://api.slack.com/apps
  • Scroll down to "Your App Configuration Tokens"
  • Click "Generate Token"
  • Copy the "Access Token" that is generated
hades create-apps APP_CONFIG_TOKEN_HERE

This will create 5 slack apps and save their credentials. (The amount can be changed with the --count flag.)

Authenticating the Slack apps

What we actually need are user tokens for each app. To get those, run:

hades install-apps

This will open a browser window for each app and ask you to authorize it. After authorizing all apps, the user tokens will be saved to apps.json.

Downloading your messages

Before any operation, you will need to make a full download of your messages. This is done with:

hades download YOUR_USER_ID_HERE --apps apps.json

This will use the apps you created to download all your messages and save them to slack_messages.db.

Use --resume to continue a previously interrupted download.

Use --purge to delete any existing messages in the database before downloading.

Seeing your message stats

Now that you have your messages downloaded, you can see some stats about them with:

hades stats

Encrypting your messages

To encrypt your messages, run:

hades encrypt YOUR_PASSWORD_HERE ENCRYPT_OLDER_THAN --apps apps.json --execute

ENCRYPT_OLDER_THAN is the amount of days old a message has to be to be encrypted. For example, 30 will encrypt all messages older than 30 days and 0 will encrypt all messages.

Removing the --execute flag will do a dry run and show you how many messages would be encrypted without actually encrypting them on Slack.

Encryption modes

Use --mode to control what replaces your message text:

  • text (default): Replace with custom text via --text (default: [anonymized with hades])
  • random: Replace with random hex string
  • invisible: Make the message invisible
  • redact: Replaces non space characters with asterisks (*)

Channel type filtering

Use --channel-type / -c to filter which types of channels to encrypt. Can be repeated for multiple types.

  • public (default): Public channels
  • private: Private channels
  • dm: Direct messages
  • gdm: Group direct messages

For example, to encrypt messages in DMs and private channels older than 30 days, run:

hades encrypt YOUR_PASSWORD_HERE 30 --apps apps.json -c dm -c private --execute

Decrypting your messages

To decrypt your messages you will need to have a fresh download of your messages (run the download command again) and then run:

hades decrypt YOUR_PASSWORD_HERE DECRYPT_YOUNGER_THAN --apps apps.json --execute

DECRYPT_YOUNGER_THAN is the amount of days old a message has to be to be decrypted. For example, 30 will decrypt all messages younger than 30 days and 0 will decrypt all messages.

Removing the --execute flag will do a dry run and show you how many messages would be decrypted without actually decrypting them on Slack.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hades_slack-0.2.0.tar.gz (28.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hades_slack-0.2.0-py3-none-any.whl (28.8 kB view details)

Uploaded Python 3

File details

Details for the file hades_slack-0.2.0.tar.gz.

File metadata

  • Download URL: hades_slack-0.2.0.tar.gz
  • Upload date:
  • Size: 28.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"CachyOS Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for hades_slack-0.2.0.tar.gz
Algorithm Hash digest
SHA256 56dde147d6760756ab7c4e48fdd92f30af4d4fea79832a16dad4b01ce98f0763
MD5 16f686ba6c9ee47b940eadc0706d1a14
BLAKE2b-256 dc6f38087700b18204096402b6f19b49b545acdef30855460b20a0521eb05bf1

See more details on using hashes here.

File details

Details for the file hades_slack-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: hades_slack-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 28.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"CachyOS Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for hades_slack-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e4bdb24ce39c1f05466030bc19a5f362984ec74f4e97d8f4023210473ddbd572
MD5 b8c9723a6020caf08097e2b022e2c10f
BLAKE2b-256 4b71a64cd9d86cebfe846562ab0fbf7db13e34712e00d12ff1ab2c7bfba63b44

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page