abrignoni / abrignoni/iLEAPP

Add iTunes friendly path to TikTok Parser, and backup db

Open
#801 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
Python
Stars
1.2k
Forks
303
Avg merge
4h 32m
Merged PRs (30d)
216

Description

The file search pattern in `tikTok.py` and `tikTokReplied.py` are specific to FFS extractions only. We should include a string that allows for iTunes backups to be processed by these modules.

here are the files and properties from an iTunes backup
image

the SQL filter of `where relativePath like '%/ChatFiles/%/db.sqlite%'` seems to limit the returns sufficiently.

additionally, I see a backup db that could be useful to parse in addition to the main db, maybe in both iTunes and FFS? the existing pattern has a trailing * wildcard so it likely catches anything there, but would two patterns with less wildcard be faster to process than one with wildcards?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.