mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-24 02:48:29 +03:00
Update manifests and modules
This commit is contained in:
@@ -0,0 +1 @@
|
||||
from atlos_db import AtlosDb
|
||||
@@ -11,12 +11,11 @@
|
||||
"api_token": {
|
||||
"default": None,
|
||||
"help": "An Atlos API token. For more information, see https://docs.atlos.org/technical/api/",
|
||||
"cli_set": lambda cli_val, _: cli_val
|
||||
},
|
||||
"atlos_url": {
|
||||
"default": "https://platform.atlos.org",
|
||||
"help": "The URL of your Atlos instance (e.g., https://platform.atlos.org), without a trailing slash.",
|
||||
"cli_set": lambda cli_val, _: cli_val
|
||||
"type": str
|
||||
},
|
||||
},
|
||||
"description": """
|
||||
|
||||
@@ -6,7 +6,7 @@ from csv import DictWriter
|
||||
from dataclasses import asdict
|
||||
import requests
|
||||
|
||||
from auto_archiver.base_modules import Database
|
||||
from auto_archiver.base_processors import Database
|
||||
from auto_archiver.core import Metadata
|
||||
from auto_archiver.utils import get_atlos_config_options
|
||||
|
||||
|
||||
@@ -3,11 +3,11 @@ def get_atlos_config_options():
|
||||
"api_token": {
|
||||
"default": None,
|
||||
"help": "An Atlos API token. For more information, see https://docs.atlos.org/technical/api/",
|
||||
"cli_set": lambda cli_val, _: cli_val
|
||||
"type": str
|
||||
},
|
||||
"atlos_url": {
|
||||
"default": "https://platform.atlos.org",
|
||||
"help": "The URL of your Atlos instance (e.g., https://platform.atlos.org), without a trailing slash.",
|
||||
"cli_set": lambda cli_val, _: cli_val
|
||||
"type": str
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user