#logs #chat #parse #log-parser #file #snapchat

snapchat-log-parser

A simple crate to parse Snapchat chat logs

5 releases (3 breaking)

0.4.0 Dec 26, 2021
0.3.0 Dec 25, 2021
0.2.1 Dec 25, 2021
0.2.0 Dec 25, 2021
0.1.2 Dec 25, 2021

#34 in #log-parser

MIT license

11KB
172 lines

license crates.io version

Snapchat log parser

A simple crate to parse Snapchat chat logs

Installation

Add the following to your Cargo.toml file:

[dependencies]
snapchat_log_parser = "0.3"

How to get your chat logs

  1. Log in to your account on accounts.snapchat.com
  2. Click “My data”.
  3. Click “Submit request” at the bottom of the page.
  4. Wait for Snapchat to send you your data
  5. When your data arrives, go to data/json/chat_histoy.json. This contains all your sent and recieved chats

lib.rs:

A simple crate to parse Snapchat chat logs

Installation

Add the following to your Cargo.toml file:

[dependencies]
snapchat_log_parser = "0.2"

Dependencies

~2.2–3MB
~64K SLoC