slack importer: Shift the slack data conversion files to zulip server repo.

This commit is contained in:
Rhea Parekh 2017-12-13 12:19:47 +05:30 committed by showell
parent 1599839956
commit 0bb50fdc4e
4 changed files with 0 additions and 434 deletions

View file

@ -1,19 +0,0 @@
#!/usr/bin/env bash
set -ev
wget https://github.com/houstondatavis/slack-export/archive/master.zip
mv master.zip slack-export-master.zip
zulip/integrations/slack/slackdata2zulipdata.py $PWD/slack-export-master.zip
mv zulip_data.tar.gz $HOME
cd
git clone --depth=50 --branch=test-slack-importer https://github.com/rheaparekh/zulip.git
cd zulip
mv ../zulip_data.tar.gz .
tar xf zulip_data.tar.gz
./tools/travis/setup-backend
source tools/travis/activate-venv
./manage.py import --destroy-rebuild-database $PWD/zulip_data