All Projects → bboe → deslackify

bboe / deslackify

Licence: BSD-2-Clause license
A program to delete old slack messages.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to deslackify

Whatis
Whatis bot server for Slack!
Stars: ✭ 22 (+15.79%)
Mutual labels:  slack-api
Slack cleaner2
📝 Python3 module for deleting Slack messages and files using the Slack REST API
Stars: ✭ 92 (+384.21%)
Mutual labels:  slack-api
Slacknimate
👯 Realtime text animation for Slack chatops
Stars: ✭ 250 (+1215.79%)
Mutual labels:  slack-api
Slack Ruby Client
A Ruby and command-line client for the Slack Web, Real Time Messaging and Event APIs.
Stars: ✭ 957 (+4936.84%)
Mutual labels:  slack-api
Fantasy Football Metrics Weekly Report
Command line application to create weekly reports (containing stats, metrics, and rankings) for Fantasy Football leagues on the following platforms: Yahoo, Fleaflicker, Sleeper, ESPN.
Stars: ✭ 62 (+226.32%)
Mutual labels:  slack-api
Slack Api Specs
Open API specifications for platform products by Slack
Stars: ✭ 148 (+678.95%)
Mutual labels:  slack-api
Slackpirate
Slack Enumeration and Extraction Tool - extract sensitive information from a Slack Workspace
Stars: ✭ 512 (+2594.74%)
Mutual labels:  slack-api
node-tasks-app
Tasks App is a sample Task Management app built on the Slack Platform.
Stars: ✭ 59 (+210.53%)
Mutual labels:  slack-api
Slack Machine
A sexy, simple, yet powerful and extendable Slack bot
Stars: ✭ 91 (+378.95%)
Mutual labels:  slack-api
Sclack
The best CLI client for Slack, because everything is terrible!
Stars: ✭ 2,363 (+12336.84%)
Mutual labels:  slack-api
Slack Api
A super simple PHP wrapper for Slack API
Stars: ✭ 34 (+78.95%)
Mutual labels:  slack-api
Slack Poster
Simple gem to post messages on Slack using web hooks.
Stars: ✭ 49 (+157.89%)
Mutual labels:  slack-api
Slack Watchman
Monitoring your Slack workspaces for sensitive information
Stars: ✭ 159 (+736.84%)
Mutual labels:  slack-api
Slack Cli
Powerful Slack CLI via pure bash. Rich messaging, uploads, posts, piping, oh my!
Stars: ✭ 850 (+4373.68%)
Mutual labels:  slack-api
admissions
Admissions is the gateway to Elixir School's private Slack
Stars: ✭ 18 (-5.26%)
Mutual labels:  slack-api
Slack Black Theme
slack theme, dark theme for slack, black theme slack black theme
Stars: ✭ 531 (+2694.74%)
Mutual labels:  slack-api
Slack Block Builder
Lightweight, no-dependency JavaScript library for creating Slack Block Kit UIs, with a builder syntax, inspired by SwiftUI.
Stars: ✭ 129 (+578.95%)
Mutual labels:  slack-api
template-announcement-approvals
Sample Slack app that uses the Events API and interactive message to implement an approvals workflow
Stars: ✭ 73 (+284.21%)
Mutual labels:  slack-api
template-actionable-notifications
Sample Slack app to illustrate how incoming webhooks and interactive messages can be used to build a helpdesk integration
Stars: ✭ 31 (+63.16%)
Mutual labels:  slack-api
Bolt Python
A framework to build Slack apps using Python
Stars: ✭ 190 (+900%)
Mutual labels:  slack-api

deslackify

A tool to remove your own slack messages.

Installation

pip install deslackify

Obtaining Slack Legacy Token

Generate a token via: https://api.slack.com/custom-integrations/legacy-tokens

Running

deslackify --token TOKEN USERNAME

By default deslackify will remove USERNAME's messages that are more than a year old. You may also manually specify a before date via:

deslackify --token TOKEN --before YYYY-MM-DD USERNAME

Note: If no results are found, you may need to replace USERNAME with USERID. You can find the USERID by going to Profile & Account, and then clicking the three dots, and at the bottom, "Copy member ID".

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].