Skip to content

Instantly share code, notes, and snippets.

@0xDBFB7
Created November 19, 2022 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xDBFB7/175ce009d13f9a5dd72df5b950e603ff to your computer and use it in GitHub Desktop.
Save 0xDBFB7/175ce009d13f9a5dd72df5b950e603ff to your computer and use it in GitHub Desktop.
atomicthumbs' config
{
"extractor": {
"twitter": {
"archive": "/home/arthurdent/archive.db",
"cookies": {
"auth_token": ""
},
"syndication": true,
"logout": true,
"replies": true,
"quoted": true,
"text-tweets": true,
"conversations": true,
"twitpic": true,
"directory":
{
"retweet_id":
[
"{user[name]}",
"Retweets",
"{author[name]}"
],
"locals().get('quote_by')":
[
"{user[name]}",
"Quoted",
"{author[name]}"
],
"":
[
"{user[name]}"
]
},
"postprocessors": [{
"name": "metadata",
"mode": "json",
"event": "post",
"filename": "{tweet_id}.data.json",
"directory": "data",
"archive": "/home/arthurdent/archive.db",
"mtime": true
},
{
"name": "mtime"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment