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
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ blackboxprotobuf
fitdecode==0.10.0
folium==0.14.0
geopy==2.3.0
markdown
packaging==20.1
pillow==12.1.1
polyline==2.0.0
Expand Down
4 changes: 2 additions & 2 deletions scripts/artifacts/Deepseek_ChatMessages.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import json
import html
import markdown
#import markdown

from datetime import datetime, timezone

Expand All @@ -16,7 +16,7 @@
"author": "RicardoBentoSantos",
"creation_date": "2026-05-24",
"last_update_date": "2026-05-24",
"requirements": "markdown",
"requirements": "",
"category": "DeepSeek",
"notes": "",
"paths": ('*/data/data/com.deepseek.chat/databases/deepseek_chat_*.db'),
Expand Down
4 changes: 2 additions & 2 deletions scripts/artifacts/LinkedIn.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"data_views": {
"chat": {
"directionSentValue": 1,
"threadDiscriminatorColumn": "Conversation Urn",
"conversationDiscriminatorColumn": "Conversation Urn",
"textColumn": "Message",
"directionColumn": "Sent",
"timeColumn": "Delivery Date",
"senderColumn": "Sender Name",
"threadLabelColumn": "Conversation Label"
"conversationLabelColumn": "Conversation Label"
}
},
"artifact_icon": "message-square"
Expand Down
2 changes: 1 addition & 1 deletion scripts/artifacts/ZangiChats.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'artifact_icon': 'message-square',
'data_views': {
'conversation': {
'conversationColumn': 'Chat-ID',
'conversationDiscriminatorColumn': 'Chat-ID',
'conversationLabelColumn': 'Chat',
'textColumn': 'Message',
'directionColumn': 'From Me',
Expand Down
Loading