snapchat-log-parser

Crates.iosnapchat-log-parser
lib.rssnapchat-log-parser
version0.4.0
sourcesrc
created_at2021-12-25 01:23:30.837184
updated_at2021-12-26 00:27:36.885324
descriptionA simple crate to parse Snapchat chat logs
homepage
repositoryhttps://github.com/Felix422/snapchat-log-parser
max_upload_size
id502835
size11,430
(fekuxle)

documentation

README

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
Commit count: 12

cargo fmt