GithubHelp home page GithubHelp logo

gableroux / slackhistorykeeper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pacane/slackhistorykeeper

0.0 3.0 0.0 200 KB

Slack History Keeper written in Dart

License: BSD 3-Clause "New" or "Revised" License

Dart 71.16% HTML 3.87% CSS 24.97%

slackhistorykeeper's Introduction

slack_history_keeper

An application that scrapes Slack chat and saves history.

Requirements

  • Have sass installed. Can also be sassc. Just make sure to configure the transformer.
  • Declare an environment variable called SLACK_TOKEN with a string value of your Slack Api token.
  • Declare an environment variable called SLACK_DB_URI with the URI of your mongo database that will store the messages.

Usage

  • To get all dependencies, type dart tool/grind.dart get
  • (Optional) To upgrade the project's dependencies, type dart tool/grind.dart upgrade
  • To start the backend, cd backend/ and dart bin/main.dart. This fetches and prints chat logs of all channels associated with the slack token provided. It also starts a REST Api exposing some end points used by the frontend.
  • To start the front end, in another terminal, cd frontend/ and pub serve.
  • You can then access the app via Dartium @ http://localhost:8080 or with Chrome (but it'll take longer to compile Dart code to JS) to the same address.

slackhistorykeeper's People

Contributors

chris-v avatar donny-dont avatar meriouma avatar pacane avatar

Watchers

 avatar  avatar  avatar

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.