Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
/ slack-cleaner Public archive

A selenium webdriver script to delete all your files stored in Slack

License

Notifications You must be signed in to change notification settings

managume/slack-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

slack-cleaner

Bored of deleting your Slack files one by one?

This is a selenium webdriver script to delete all your files stored in Slack, while the dev team adds this functionality for unpaid accounts.

Before execute the python script:

  1. Install Python: https://www.python.org/downloads/

  2. Install Selenium: pip install selenium

  3. Put the file of Chrome Webdriver in the same directory of the script .py https://sites.google.com/a/chromium.org/chromedriver/home

4.Edit the script and change the values of the following variables according with your Slack account credentials:

    email = "Insert your email account"
    usr = "Insert your username"
    pwd = "Insert your password"
    team = "Insert the name of your team"

About

A selenium webdriver script to delete all your files stored in Slack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages