Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions scripts/artifacts/telegramAccounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
),
"output_types": ["html", "tsv", "lava"],
"artifact_icon": "user",
"sample_data": {
"telegram_macos": "Telegram Desktop 7.0.6 macOS | 1 row",
},
},
}

Expand Down
6 changes: 6 additions & 0 deletions scripts/artifacts/telegramActivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
),
"output_types": ["html", "tsv", "lava"],
"artifact_icon": "users",
"sample_data": {
"telegram_macos": "Telegram Desktop 7.0.6 macOS | 2 rows",
},
},
"telegramLocalFiles": {
"name": "Telegram Desktop Local Files",
Expand All @@ -49,6 +52,9 @@
),
"output_types": ["html", "tsv", "timeline", "lava"],
"artifact_icon": "file",
"sample_data": {
"telegram_macos": "Telegram Desktop 7.0.6 macOS | 2 rows",
},
},
}

Expand Down
3 changes: 3 additions & 0 deletions scripts/artifacts/telegramCache.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
),
"output_types": ["html", "tsv", "timeline", "lava"],
"artifact_icon": "image",
"sample_data": {
"telegram_macos": "Telegram Desktop 7.0.6 macOS | 239 rows",
},
},
}

Expand Down
3 changes: 3 additions & 0 deletions scripts/artifacts/telegramLogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
),
"output_types": ["html", "tsv", "timeline", "lava"],
"artifact_icon": "file-lines",
"sample_data": {
"telegram_macos": "Telegram Desktop 7.0.6 macOS | 12 rows",
},
},
}

Expand Down
Loading