We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't seem to find any Slack library to backup Slack.
I tried:
python slack_export.py --token xoxs-123...
It's throwing this error:
venv/lib/python3.9/site-packages/slacker/__init__.py", line 102, in _request raise Error(response.error) slacker.Error: method_deprecated
It looks like Slack changes it's API and every single backup app out there broke. Can someone confirm this before I give up entirely? Thanks.
The text was updated successfully, but these errors were encountered:
@zefoo Try https://github.com/huyz/wayslack
Sorry, something went wrong.
@zefoo I rewrote this script, I used only new Slack api, supported replays and made it compatible with slack-export-viewer, take a look. https://github.com/devianvii/slack-export
slack-export-viewer
No branches or pull requests
I can't seem to find any Slack library to backup Slack.
I tried:
python slack_export.py --token xoxs-123...
It's throwing this error:
It looks like Slack changes it's API and every single backup app out there broke. Can someone confirm this before I give up entirely? Thanks.
The text was updated successfully, but these errors were encountered: