Service for doing "off-site" archive of all your communications on Slack teams. Main use-case is for getting Slack messages into Gmail's history, so that you can search it alongside your email.
- Install the Go App Engine SDK.
- Install the depencies:
go get github.com/gorilla/mux
go get github.com/gorilla/sessions
go get github.com/slack-go/slack
- Create
slack-oauth.json
(you'll need to register a new app with Slack),session.json
(with randomly-generated keys) andfiles.json
files in theconfig
directory, based on the sample files that are already there. - Make sure that
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION
is set topython
. - Run:
dev_appserver.py --enable_sendmail=yes app
The server can the be accessed at http://localhost:8080/.
./deploy.sh