Skip to content
Discussion options

You must be logged in to vote

name the files from reblog with original poster username_reposter username_post id

Conditional filename format strings

and how can i save only text posts

metadata postprocessor with "event": "post"

{
    "extractor": {
        "mastodon": {
            "reblogs": true,
            "text-posts": true,

            "filename": {
                "reblog": "{reblog['account']['acct']} {account['acct']} {id}_{num}.{extension}",
                ""      : "{account['acct']} {id}_{num}.{extension}"
            },

            "postprocessors": {
                "name": "metadata",
                "event": "post",
                "filename": "{id}.txt",
                "format": "{content}\n{r…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by traplover4200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment