mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-10 20:28:28 +03:00
10 lines
263 B
Python
10 lines
263 B
Python
{
|
|
"name": "Example Module",
|
|
"type": ["extractor"],
|
|
"requires_setup": False,
|
|
"dependencies": {"python": ["loguru"]
|
|
},
|
|
"configs": {
|
|
"csv_file": {"default": "db.csv", "help": "CSV file name"}
|
|
},
|
|
} |