Roblox law enforcement return parser - #418
Merged
Merged
Conversation
Parses IP addresses, chat records, messages, friend list, follower and following list, group wall posts, device information, device IDs, browser tracker ID, ad IDs, the user generated content master list, delivered UGC asset files with inline image media, Zendesk support tickets and ticket comments, and embeds the delivered PDFs as viewable documents. Mapped and validated against a private return, so there are no sample_data keys on purpose. Handles the observed delivery quirks: zips nested inside zips (run against a fully decompressed folder), the same asset metadata arriving in two header layouts that are merged per record, five different timestamp encodings across one return, and chat rows grouped by conversation with empty separator rows. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a Roblox return parser as scripts/artifacts/robloxReturns.py with 15 artifacts under the Roblox Returns category:
Mapped and validated against a private law enforcement return, so there are no sample_data keys on purpose. Column mappings and date orders are sourced in the artifact notes: the Messages CSV carries human and epoch timestamps that agree on every row, which pins the month-first order used across the delivery, and the follower list epoch milliseconds unit is labeled as inferred from the value range.
Delivery quirks the parser handles, all observed in one return:
A full RLEAPP run against the return matched independently derived record counts on all 15 artifacts. Lint, claim language, and HTML safety gates pass locally.