- Record Slack messages in MongoDB.
- You can also import data from backup file.
- Web interface for searching messages.
- Install Slack Patron App and get access token for your Slack workspace
- 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
- Visit http://localhost:9292
- ./docs/DEVELOPMENT.md: for development
- ./docs/BACKUP_IMPORT.md: for import Slack backup file
This product receives a lot of contribution from TSG ❤️