Code Monkey home page Code Monkey logo

slack-word-cloud's Introduction

Slack Cloud

Slack Cloud is an app that generates word clouds from Slack chat histories. It allows users to interact with the most commonly used words in the chat, view messages with those words, and save those messages for later reflection.

Link to project hosted on Heroku

Technologies Used

What technologies did you use to develop this project? (bullet points)

  • Express
  • JQuery
  • Node.js
  • JQCloud
  • insQ
  • Slackdown
  • RabbitMQ
  • Socket.io
  • Count-Words
  • Slack API

This requires you to have mongo and rabbitmq running on your localhost, and the environment variable SLACK_TOKEN set to your slack token (set this by doing export SLACK_TOKEN=<token> in your ~/.profile)! Your slack token requires channels:history, channels:read, groups:history, groups:read, and users:read scopes.

The following commands should get you running:

npm install
brew install rabbitmq
/usr/local/sbin/rabbitmq-server &
mongod &
node server.js

Existing Features

What features does your app have? (bullet points)

  • Retrieve a list of channels
  • Generate a word cloud for the selected channel
  • View messages that contain a word selected from the word cloud
  • Save and unsave messages to a separate tab

Planned Features

What changes would you make to your project if you continue to work on it? (bullet points)

  • Persist saved messages
  • Allow for other Slack users/workspaces
  • Responsibly consume the Slack API

Screenshot

Screenshot

slack-word-cloud's People

Contributors

maxvidrine avatar kecramer avatar

Watchers

James Cloos avatar  avatar

slack-word-cloud's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.