Hi, I've searched in the forum but I did't find an answer:
Can Pythonista access to SMS iPhone database? I've read that Pythonista can access the iOS Contacts Database, access Photo Library on iOS, access to the iOS Reminders Database. And SMS?
Purpose: I want to create a script that :
-) reads for all SMS messages in the iPhone database (with some constraints by user like searching of messages from date X to date Y, etc...),
-) selects only the SMS messages that contain some repetitive text and numeric fields that changes (for example: "Your expense was 100 euros", where only the number "100" can change),
-) saves in variables the numeric values,
-) performs some operations with the variables (any).
So again: can Pythonista access to the SMS environment of iPhone to only read SMS messages (I don't want to delete messages)?
Thanks !
Matteo