Skip to content

ryanoverhauser/slack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Deletron

This tool allows you to delete your extra Slack files from your team account.

It's built with Express and Passport on the server side, and React and Redux on the client side.

Contributing

To contribute, fork the repo and then complete the following steps to get up and running.

  1. Sign up for the Slack Web API at https://api.slack.com/web and get yourself a Client ID and a Client Secret. In the 'Redirect URI(s)' field, put http://localhost:3000/auth/slack/callback

  2. Create a .env file in the root of the project and add the following details

    clientID_DEV=CLIENTIDFROMTHESLACKAPI
    clientSecret_DEV=CLIENTSECRETFROMTHESLACKAPI
    SECRET_DEV=supersupersecretpartytime
    CALLBACK_DEV=http://localhost:3000/auth/slack/callback
    
  3. Install dependencies

    npm install
    
  4. In two separate terminals, run the following commands respectively

    nodemon server.js
    gulp
    

    or...in one terminal window, run

    npm start
    

About

A tool to help users manage the files on their Slack teams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.0%
  • CSS 31.9%
  • HTML 15.1%