-
-
Notifications
You must be signed in to change notification settings - Fork 995
New issue
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
Process posts without media files #1569
Comments
This is super important to me. I hope something like this can happen.:) |
"postprocessors": [{
"name": "metadata",
"event": "post",
"filename": "{post_id}.json"
}] is how this should be generally possible at the moment (with a fitting
(for Twitter in particular: 724ca61) |
What's about to add support for mastodon if it would be not difficult? Currently the program queries only posts with media files. Also I don't like how it works with For example, I run a command (with |
I think it would be useful to have a flag to process posts that have no media files, instead of skipping them, in order to run
postprocessors
, or just write a JSON with--write-metadata
.In order to have ability to save some text information that was posted without attached image/video files.
The text was updated successfully, but these errors were encountered: