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
Yep…
The text was updated successfully, but these errors were encountered:
FWIW: I got it working with 2to3 and the following two little patches:
url = url[:50] + "+" + sha256(url.encode("utf8")) + "+" + url[-50:]
with open_atomic(meta_file) as meta, open_atomic(target, "wb") as f:
Out of the several slack dumpers I tried, this is the most complete one - and the incremental mode on top of an existing archive is really nice.
I've attached the updated wayslack.py; works with Python 3.10.
wayslack.py.zip
Sorry, something went wrong.
Oh really, that simple? Thanks, I'll do a new release then…
No branches or pull requests
Yep…
The text was updated successfully, but these errors were encountered: