Skip to content

Commit 7468401

Browse files
committed
Introduce transcript code as an example in README
1 parent 3767293 commit 7468401

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ The Python API is much more powerful, allowing you to integrate ICA into any
114114
type of Python project that can run on macOS. All of the built-in analyzers
115115
themselves (under the `ica/analyzers` directory) actually use this API.
116116

117+
Here's a complete example that shows how to retrieve the transcript of an entire
118+
iMessage conversation with one other person.
119+
117120
```python
118121
# get_my_transcript.py
119122

0 commit comments

Comments
 (0)