slack-matrix-migration
slack-matrix-migration copied to clipboard
A tool to import a Slack export into a Matrix homeserver
I tried running this, but every action results in a 403 error. I set up a new admin account specifically for this, verified that it can log in with the...
Has anyone gotten this code to actually migrate a complete slackdump export? Been refactoring this code over the last week to get it to properly import a "slackdump" export. Running...
(venv) [root@matrix-gei /tmp/slack-matrix-migration/slack-matrix-migration]# python slack-matrix-migration/slack-matrix-migration/migrate.py INFO:SLACK.MIGRATE:Opening zipfile: /tmp/slack-matrix-migration/slack-matrix-migration/data/ve7ppe.slack.dump_aug-14-2022-1604.zip INFO:SLACK.MIGRATE:Found dms.json in archive. Adding. INFO:SLACK.MIGRATE:Warning: Couldn't find groups.json in archive. Skipping. INFO:SLACK.MIGRATE:Warning: Couldn't find mpims.json in archive. Skipping. INFO:SLACK.MIGRATE:Found channels.json in...
Fresh install synapse / npm by the docker . trying to import and got this Error root@matrix:/home/matrix/slack-matrix-migration# python3 slack-matrix-migration/slack-matrix-migration/migrate.py INFO:SLACK.MIGRATE:Opening zipfile: /home/matrix/slack-matrix-migration/data/Slack_Export.zip INFO:SLACK.MIGRATE:Warning: Couldn't find dms.json in archive. Skipping. INFO:SLACK.MIGRATE:Warning:...
It seems that in recent changes the config was moved into the main function, but not passed to all necessary other functions as an argument. To fix it for my...
I am planning a migration of a large org from Slack to Matrix and I plan to use your tool for that 🙇🏾. It seems to me that there would...
Running matrix-synapse from Debian - 1.40.0+buster1. I've followed the instructions posted here on github. When I attempt to import a sample slack.zip, I see: ``` ... ERROR! Received 500 Internal...