Create facebook dropin - working for images + text. CAVEAT: only gets the first ~100 chars of the post at the moment

This commit is contained in:
Patrick Robertson
2025-02-25 11:44:35 +00:00
parent 5211c5de18
commit f8e846d59a
5 changed files with 110 additions and 23 deletions

View File

@@ -17,7 +17,7 @@
"choices": ["random", "static"],
},
"save_to": {"default": "./local_archive", "help": "folder where to save archived content"},
"save_absolute": {"default": False, "help": "whether the path to the stored file is absolute or relative in the output result inc. formatters (WARN: leaks the file structure)"},
"save_absolute": {"default": True, "help": "whether the path to the stored file is absolute or relative in the output result inc. formatters (Warning: saving an absolute path will show your computer's file structure)"},
},
"description": """
LocalStorage: A storage module for saving archived content locally on the filesystem.