Package Details: slack-cleaner 0.7.4-1
Package Actions
- View PKGBUILD / View Changes
Git Clone URL: | https://aur.archlinux.org/slack-cleaner.git (read-only, click to copy) |
---|---|
Package Base: | slack-cleaner |
Description: | Delete slack message and files |
Upstream URL: | https://github.com/sgratzl/slack-cleaner |
Licenses: | MIT |
Submitter: | loonies |
Maintainer: | loonies |
Last Packager: | loonies |
Votes: | 1 |
Popularity: | 0.002903 |
First Submitted: | 2019-02-05 22:43 |
Last Updated: | 2020-07-07 07:34 |
The best wash kit and cleaning products offering a faster, safer, and easier cleaning experience for your dirt bike, motorcycle, atv, side-by-side, truck, jeep, car, boat, and more. Just use docker run -it -rm sgratzl/slack-cleaner -c 'slack-cleaner.' For each command or jump into a shell using docker run -it -rm sgratzl/slack-cleaner. Install for Fedora or EPEL7. @rapgro maintains packages for both Fedora and EPEL7 # Fedora dnf install slack-cleaner # EPEL7 yum install-y epel-release; yum install slack-cleaner Arguments.
The cleaner needs you to give Slack's API permission to let it run the operations it needs. You grant these by registering it as an app in the workspace you want to use it in. You can grant these permissions to the app by: going to Your Apps. Slack is a popular office chat app, but it's not free of issues. From connectivity to audio issues, here are some common Slack problems and how to fix them.


Dependencies (4)
- python(python-dbg)
- python-colorama(python-colorama-git)
- python-setuptools(make)
Sources (1)
Bulk delete messages and files on Slack. Rohos mini drive full crack pc.
this is a fork of https://github.com/kfei/slack-cleaner
Install
Install from Pip:

current development version:
If you prefer Docker, there is a pre-built Docker image as well:
Just use docker run -it --rm sgratzl/slack-cleaner -c 'slack-cleaner ..'
for each command or jump into a shell using docker run -it --rm sgratzl/slack-cleaner
.
Bulk Delete Slack Messages
Install for Fedora or EPEL7
@rapgro maintains packages for both Fedora and EPEL7
Arguments
Permission Scopes needed
The permissions to grant depend on what you are going to use the script for.Grant the permissions below depending on your use.
Beyond granting permissions, if you wish to use this script to deletemessages or files posted by others, you will need to be an Owner orAdminof the workspace.
Deleting messages from public channels
channels:history
channels:read
chat:write
(or bothchat:write:user
andchat:write:bot
for older apps)users:read
Deleting messages from private channels
groups:history
groups:read
chat:write
(orchat:write:user
for older apps)users:read
Deleting messages from 1:1 IMs
im:history
im:read
chat:write
(orchat:write:user
for older apps)users:read
Deleting messages from multi-person IMs
mpim:history
mpim:read
chat:write
(orchat:write:user
for older apps)users:read
Deleting files
files:read
files:write
(orfiles:write:user
for older apps)users:read
Usage
Configuring app
The cleaner needs you to give Slack's API permission to let it run theoperations it needs. You grant these by registering it as an app in theworkspace you want to use it in.
You can grant these permissions to the app by:
- going to Your Apps
- select 'Create New App', fill out an App Name (eg 'Slack Cleaner') andselect the Slack workspace you want to use it in
- select 'OAuth & Permissions' in the sidebar
- scroll down to Scopes and select all scopes you need
- select 'Save changes'
- select 'Install App to Workspace'
- review the permissions and press 'Authorize'
- copy the 'OAuth Access Token' shown, and use this token as the
--token
argument to the script
Tips
After the task, a backup file slack-cleaner.<timestamp>.log
will be created in current directory if --log
is supplied.
If any API problem occurred, try --rate=<delay-in-seconds>
to reduce the API call rate (which by default is unlimited).
If you see the following warning from urllib3
, consider to install missingpackages: pip install --upgrade requests[security]
or just upgrade your Python to 2.7.9.
Credits
Slack Cleaner 2
To all the people who can only afford a free plan.
