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/muxgo get github.com/gorilla/sessionsgo 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.jsonfiles in theconfigdirectory, based on the sample files that are already there. - Make sure that
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATIONis set topython. - Run:
dev_appserver.py --enable_sendmail=yes app
The server can the be accessed at http://localhost:8080/.
./deploy.sh