Skip to content
Discussion options

You must be logged in to vote

Enable text-tweets and use a metadata post processor to write their data to disk. To write only the text content, add "format": "{content}" to the post-processor's options.

{
    "extractor": {
        "twitter": {
            "text-tweets": true,
            "postprocessors": {
                "name": "metadata",
                "event": "post",
                "filename": "{tweet_id}.json"
            }
        }
    }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mikf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants