Slack is great, it would be better if you can easily back-up all Slack chat history into your secured host automatically and help browsing history easily .
- python 2.7
- virtualenv
If you want to test locally, you should install all modules in requirements.txt into your virtualenv.
https://api.slack.com/applications
Redirect URI(s) is http://[your_domain]
curl -O https://raw.githubusercontent.com/menemy/slack-backup/master/provisioning_on_centos7.sh
SLACK_CLIENT_ID=[your_client_id]
SLACK_CLIENT_SECRET=[your_client_secret]
DOMAIN=[your_domain]
chmod 777 provisioning_on_amazonlinux.sh
sudo ./provisioning_on_amazonlinux.sh
For restore your history
http://my.slack.com/services/export
/usr/local/src/slack-backup/full_history/
python /usr/local/src/slack-backup/manage.py restore_backup
hong (at) vietnamdevelopers.com