https://github.com/neelr/imessage-wrapped
top words from your imessage!
https://github.com/neelr/imessage-wrapped
Last synced: 2 months ago
JSON representation
top words from your imessage!
- Host: GitHub
- URL: https://github.com/neelr/imessage-wrapped
- Owner: neelr
- Created: 2024-01-03T11:01:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-03T11:56:37.000Z (over 1 year ago)
- Last Synced: 2025-01-16T20:55:46.282Z (4 months ago)
- Language: Python
- Size: 461 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iMessage Top Words!
a multi-threaded fuzzy search script that finds the top words used in your iMessage conversations!1. Download your iMessage chat history from your Mac. Use `sqlite3 ~/Library/Messages/chat.db` to open the database. Then, run the following commands:
2. `.output 2023.txt`
3. `SELECT text FROM message WHERE datetime((date / 1000000000) + 978307200, 'unixepoch', 'localtime') > datetime(1672560000, 'unixepoch', 'localtime') and is_from_me == 1;`
4. Move to this folder and just type `python3 main.py` and you're good to go!change up --threshold for the fuzzy search and --n_words for the number of words you want to see! To generate a wordcloud add --wordcloud to the end of the command