[Twitter] How to download post text. #6449
-
How i can download post comment who had image or video. |
Beta Was this translation helpful? Give feedback.
Answered by
mikf
Nov 12, 2024
Replies: 1 comment
-
Use a {
"extractor": {
"twitter": {
"filename": {
"count > 1": "{date:%Y-%m-%d}_{author[name]}_{tweet_id}_{num}.{extension}",
"": "{date:%Y-%m-%d}_{author[name]}_{tweet_id}.{extension}"
},
"postprocessors": [
{
"name": "metadata",
"event": "post",
"format": "{content}",
"filename": "{date:%Y-%m-%d}_{author[name]}_{tweet_id}.txt"
}
]
}
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TucocoTucoco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use a
metadata
post processor: