A tool to get an iMessage group chat summary for popular internet games.
Project description
chat-summary
Use this library to get a summary of results of internet games (like Wordle) in a group chat.
Requirements
- Only works on MacOS with iMessages
- Must have messages stored in iCloud (or simply on Mac)
- Only works for group chats
- Having contacts synced to your Mac as well is not essential but allows for better viewage of results
Installation
pip install chat-summary
Usage
chat-summary user chat_name [options]
Options
- user (required): The name of the user with the messages
- chat_name (required): The name given to the messages group chat
- --silence-contacts: Silence the "unable to find contacts" error
- --send-message: Instead of printing the summary, send it directly back to the group chat
- '-C', '--Connections': Include the 'Connections' game in the results
- '-N', '--Nerdle': Include the 'Nerdle' game in the results
- '-W', '--Wordle': Include the 'Wordle' game in the results
Output
For each game you opt-in to you will be shown an output like this:
🟨🟨🟨 {game} 🟨🟨🟨
COMPLETIONS ({n} days)
1. *********..{c}/{a}
2. *******....{c}/{a}
3. ******.....{c}/{a}
...
AVERAGE GUESSES
1. *********..{av}
2. *******....{av}
3. ******.....{av}
...
Where:
- {game} is the name of the game
- {n} is the total amount of {game}s between the first message with {game} and the last
- '******' are replaced by either the contact name or phone numbers of each group chat member (depending on whether contacts are available)
- {c} is the amount of {game}s this person has completed (won)
- {a} is the amount of {game}s this person has attempted
- {av} is the average amount of guesses this person used in a 'win' of {game}
- Completions are sorted from most completed ({c}) to least completed
- Average guesses are sorted from lowest to highest
If there are no messages for a particular game that you have opted-in to you will see something like this instead:
🟥 no '{game}' messages found 🟥
Where {game} is replaced by the game that there were no messages for. This will only be displayed in the terminal.
Errors
"user not found, user should be one of: ..."
- user parameter was invalid, check that you've spelt it correctly and that you are a valid user in the
\Users
directory
- user parameter was invalid, check that you've spelt it correctly and that you are a valid user in the
"could not connect to messages database, ensure you have the right permissions to access file"
- Ensure you have the right permissions to view the
chat.db
by going System Preferences > Security & Privacy > Full Disk Access and ensure that Terminal (or whatever you are using to run the script) is ticked
- Ensure you have the right permissions to view the
"could not find stored messages, ensure you have signed in and uploaded iMessages to iCloud"
- Ensure there is a
chat.db
file in\Users\{your user}\Library\Messages
, if not your messages are not stored locally on your Mac, try logging in to iMessage on your Mac and uploading the messages to iCloud
- Ensure there is a
"chat name not found, should be one of: ..."
- you have entered an invalid chat_name argument that doesn't match up with any group chats you are currently in on iMessage
"unable to find contacts"
- not a destructive error, means that the program could not find contacts that were stored on your computer, so instead of displaying people's names it will instead display their phone numbers in the summary, silence this warning with the
--silence-contacts
option - the program will look for a
'AddressBook-v22.abcddb'
file somewhere in'/Users/{your user}/Library/Application Support/AddressBook/Sources'
- not a destructive error, means that the program could not find contacts that were stored on your computer, so instead of displaying people's names it will instead display their phone numbers in the summary, silence this warning with the
"empty message, no message sent"
- you are attempting to send an empty message to the group chat, this usually occurs when you are using the
--send-message
flag and have either not opted-in to any of the games or no games were found in the messages
- you are attempting to send an empty message to the group chat, this usually occurs when you are using the
"unable to send message to group chat"
- a subprocess error occured whilst sending the message
- ensure you have access to
osascript
in your terminal and that the terminal has full access to files and to iMessage in your System Preferences
Add your own!
If you have your own internet games that are similar to Wordle and are not currently supported raise an issue and it will be implemented as soon as possible.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file chat-summary-1.1.0.tar.gz
.
File metadata
- Download URL: chat-summary-1.1.0.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d77a944676f6763e65cb708af7e4849ca9bdb50aa0f346b7437bcbc2496c59fd |
|
MD5 | 0d44a84604d7d0e6d64156a4d89f482c |
|
BLAKE2b-256 | 4613e931a07cc9b0f540cf35d46eb56c06d3dbdeeff46c8885fa33a290dff205 |
File details
Details for the file chat_summary-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: chat_summary-1.1.0-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67be588f2f60cc97fd1755f78b598aa5d83ce7fa66cc96dec4450fb9820172e3 |
|
MD5 | aa3a35b93ccaecff330d68f5a5a9a3ed |
|
BLAKE2b-256 | 7e48f65d9ebbe19fea93f68538e51955da81996e4622abedf9a1147b268bf313 |