Chrome extension to export your chat history on Slack.
Not affiliated with Slack, not supported by Slack.
This Chrome extension exports your Slack history to your Dropbox folder.
Even though it works, it's still a prototype. Feel free to help.
Dependencies: It's necessary to install jspm first:
npm install jspm -g
jspm install
Build:
gulp
And install in Chrome from build
directory.
Watch file and rebuild when saving:
gulp watch
Build zip for deployment:
gulp zip