83 lines
2.5 KiB
Markdown
83 lines
2.5 KiB
Markdown
# Snapchat
|
|
|
|
Exported from the web exporter
|
|
|
|
## Manual Edits
|
|
|
|
* memories and chat_media placeholders
|
|
* Snapchat seemed to have events exported where the `+` in emails broke my parsing and the email contained a ' ' instead, so I fixed that
|
|
* Keys use unique dates in `json/in_app_surveys.json`
|
|
* Keys in `json/chat_history.json` use user ids, had to manually truncate and edit
|
|
|
|
## Notes
|
|
|
|
* `memories/`
|
|
* No exif data
|
|
* Does not seem to have any correlating .json file. It's just a dump to the disk
|
|
* files are like `2020-01-01_aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa-main.jpg`
|
|
* Date has no time, just date
|
|
* `aaaaa...` seems to be a guid
|
|
* `main` | `overlay` at the end, with the same guid
|
|
* `main` is just the image
|
|
* `overlay` looks to be like a filter or some other applied thing that was saved with the memory
|
|
* Images may be rotated
|
|
* `chat_media/`
|
|
* No exif
|
|
* files are like `2020-01-01_b~xxxx.jpeg`
|
|
* sometimes they have `main` | `overlay` or something
|
|
* No idea what the `b~` means or if the xxx is an id or what. Perhaps base64 encoded protobuf, but nothing I decoded seemed to correlate to any identifier in the export
|
|
* Only referenced from ... oh... it's broken. The `type: "MEDIA"` in snapchats exporter has all empty "content" fields. Amazing... So this will have to be pieced together some other way
|
|
* This will most likel have to be manually repaired
|
|
* `json/`
|
|
* Scrubbed
|
|
* See manual changes
|
|
|
|
|
|
* Comes with both an html and json export (I will only keep the json after deduping)
|
|
* NOTE: That the html export has explanations which might be useful to explain some of these fields...
|
|
* I compared all .html to .json side by side (browser <-> text editor) and all of them were present in both and had the same data except `snap_history.html` (was empty in .html) and `faq.html` (just informational)
|
|
* I noticed on chat history html pages it puts _every_ category, not just the ones I have. Might be useful future reference
|
|
|
|
```
|
|
Frequently Asked Questions
|
|
Login History and Account Information
|
|
Snap History Metadata
|
|
Chat History Metadata
|
|
My AI
|
|
Our Story & Spotlight Content
|
|
Spotlight Replies
|
|
Purchase History
|
|
Snapchat Support History
|
|
User Profile
|
|
Public Profiles
|
|
Friends
|
|
Ranking
|
|
Story History
|
|
Account History
|
|
Location
|
|
Search History
|
|
Terms History
|
|
Subscriptions
|
|
Bitmoji
|
|
In-app Surveys
|
|
Reported Content
|
|
Bitmoji Kit
|
|
Connected Apps
|
|
Talk History
|
|
Ads Manager
|
|
My Lenses
|
|
Memories
|
|
Cameos
|
|
Email Campaign History
|
|
Snap Tokens
|
|
Payouts
|
|
Orders
|
|
Snap Map Places
|
|
Shopping Favorites
|
|
Payments
|
|
My Sounds
|
|
Photoshoot Snaps
|
|
Feature Emails
|
|
AI Selfies
|
|
```
|
|
|