https://github.com/alexdelorenzo/parse_google_sms
📱Data forensics and recovery utility for Google Voice chats saved via Google Takeout
https://github.com/alexdelorenzo/parse_google_sms
data-recovery extract forensics google-takeout google-voice recovery sms voice-data
Last synced: about 2 months ago
JSON representation
📱Data forensics and recovery utility for Google Voice chats saved via Google Takeout
- Host: GitHub
- URL: https://github.com/alexdelorenzo/parse_google_sms
- Owner: alexdelorenzo
- License: agpl-3.0
- Created: 2016-09-24T16:56:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T01:47:13.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T16:05:42.343Z (about 2 months ago)
- Topics: data-recovery, extract, forensics, google-takeout, google-voice, recovery, sms, voice-data
- Language: Python
- Homepage: https://alexdelorenzo.dev
- Size: 21.5 KB
- Stars: 22
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# parse_google_sms
Extract text/SMS chats from Google Voice and save them as text filesPython 3.5+ only
## Installation
`pip3 install google_voice_parser`## Download your Google Voice data
- Visit the [Google Takeout landing page](https://takeout.google.com/settings/takeout?utm_source=ob&utm_campaign=takeout&hl=en)
- Download your Voice data
- Extract your Voice data## Usage
- Locate the folder in which your Google Voice data is storedExample: `~/Downloads/Takeout/Voice/Calls`
```
alex@mbp:~/Projects/parse_google_sms$ parse_sms --help
Usage: parse_sms [OPTIONS] DIROptions:
--help Show this message and exit.alex@mbp:~/Projects/parse_google_sms$ python3 parse_google_sms.py ~/Downloads/Takeout/Voice/Calls
chat_14_Nov_2012_04_04_59_Person1_Me.txt
chat_08_Feb_2016_09_01_56_Person2_Me.txt
chat_16_Mar_2015_09_53_46_Person3_Me.txt
chat_02_Dec_2015_05_30_53_Person4_Me.txt
chat_30_Dec_2015_11_24_16_Person5_Me.txt
...
```## License
See `LICENSE`. Message me if you'd like to use this project with a different license.