Skip to content

Add Instagram support for Android - #1129

Merged
abrignoni merged 1 commit into
mainfrom
feat/instagram-android
Aug 16, 2026
Merged

Add Instagram support for Android#1129
abrignoni merged 1 commit into
mainfrom
feat/instagram-android

Conversation

@abrignoni

Copy link
Copy Markdown
Owner

Adds Instagram support for Android. Six artifacts from the com.instagram.android app data:

  • Direct Messages (direct.db): sent time, derived direction, sender username, media URLs, and a conversation view.
  • Direct Call Events: the video call event rows with action and description as stored.
  • Direct Threads: participants, inviter and last activity time.
  • Accounts: signed-in account profiles from the preferences file.
  • Contacts (ig_msys_database): names, usernames, phone and email fields, block state as stored.
  • Time In App: the app's own foreground usage intervals.

Timestamps are epoch microseconds in direct.db and epoch seconds in the usage intervals. Mirrored copies of the data directory are reported once. Undocumented codes are reported as stored.

🤖 Generated with Claude Code

Six artifacts from the com.instagram.android app data: Direct
Messages, Direct Call Events, Direct Threads, Accounts, Contacts and
Time In App. Direction is derived from the session table, mirror
copies of the data directory are reported once, and undocumented
codes are reported as stored.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@abrignoni
abrignoni merged commit a37d4d9 into main Aug 16, 2026
8 checks passed
@abrignoni
abrignoni deleted the feat/instagram-android branch August 16, 2026 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant