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 |
#139 in #chat
11KB
172 lines
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
- Log in to your account on accounts.snapchat.com
- Click “My data”.
- Click “Submit request” at the bottom of the page.
- Wait for Snapchat to send you your data
- 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–3.5MB
~63K SLoC