Skip to content

sutatoruta/slack-patron

 
 

Repository files navigation

Slack Patron

Publish Viewer Docker Image Publish Logger Docker Image Publish Connector Docker Image Publish ElasticSearch Docker Image

  • Record Slack messages in MongoDB.
    • You can also import data from backup file.
  • Web interface for searching messages.

Quick Usage

  1. Install Slack Patron App and get access token for your Slack workspace

https://slack-patron.herokuapp.com/

  1. Run docker compose up with ./docs/docker-compose-quick.yml
$ wget https://raw.githubusercontent.com/tyage/slack-patron/master/docs/docker-compose-quick.yml
$ export SLACK_PATRON_SLACK_TOKEN=[YOUR TOKEN HERE]
$ docker compose -f ./docker-compose-quick.yml up
  1. Visit http://localhost:9292

Docs

Special Thanks

This product receives a lot of contribution from TSG ❤️

https://github.com/tsg-ut/slack-patron

About

Log and view all Slack messages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.3%
  • Ruby 14.7%
  • Less 13.6%
  • Shell 3.9%
  • Dockerfile 2.1%
  • HTML 0.4%