Skip to content

Need help with config file #5628

Closed Answered by mikf
sighhhguy asked this question in Q&A
May 22, 2024 · 2 comments · 9 replies
Discussion options

You must be logged in to vote

The name is postprocessors with an s at the end, and its value must be a list of objects:

"postprocessors": [ {…}, {…}, ... ]
    "postprocessors": [
        {
        "name": "metadata",
        "directory": "tweets",
        "#": "write data for every post instead of each individual file",
        "event": "post",
        "filename": "{author[name]!t:R.//}-{date:%Y-%m-%d}-{tweet_id}-{count:?.//>04}.txt",
        "mode" : "custom",
        "format": "content: \nUser: {author['name']} \n{author['nick']} \n{date} \nText: {content} \nURL: https://x.com/{author['name']}/status/{tweet_id} \n{author['url']}"
        }
    ],

Setting a static auth_token cookie value makes it so your username …

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
2 replies
@sighhhguy
Comment options

@13luwish
Comment options

Comment options

You must be logged in to vote
7 replies
@sighhhguy
Comment options

@mikf
Comment options

@sighhhguy
Comment options

@mikf
Comment options

Answer selected by sighhhguy
@sighhhguy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants