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 want to download the given users' text posts, but I do not want their reposts. Is this possible?
Downloading unwanted reposts creates many excess directories, probably sends excess requests, and (barely) wastes space.
The text was updated successfully, but these errors were encountered:
[bluesky] add 'reposts' option (#4438, #5248)
495c9ee
You could also manually do this by enabling user metadata and comparing user['did'] against author['did'] in various filters.
user
user['did']
author['did']
Sorry, something went wrong.
No branches or pull requests
I want to download the given users' text posts, but I do not want their reposts. Is this possible?
Downloading unwanted reposts creates many excess directories, probably sends excess requests, and (barely) wastes space.
The text was updated successfully, but these errors were encountered: