Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinschaich/py-imessage-shortcuts
💬 Send iMessages using Python through the Shortcuts app.
https://github.com/kevinschaich/py-imessage-shortcuts
imessage mac macos messaging messenger python python-library python-script python3
Last synced: about 1 month ago
JSON representation
💬 Send iMessages using Python through the Shortcuts app.
- Host: GitHub
- URL: https://github.com/kevinschaich/py-imessage-shortcuts
- Owner: kevinschaich
- License: mit
- Created: 2021-11-14T20:15:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-25T02:04:45.000Z (6 months ago)
- Last Synced: 2024-08-31T16:48:42.252Z (2 months ago)
- Topics: imessage, mac, macos, messaging, messenger, python, python-library, python-script, python3
- Language: Python
- Homepage:
- Size: 599 KB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `py-imessage-shortcuts`
Send iMessages using Python through the Shortcuts app.
Requires macOS Monterey (macOS 12) or later. Compatible with Apple Silicon including M1, M1 Pro, & M1 Max.
---
### Installation
1. Download [`send-imessage.shortcut`](https://github.com/kevinschaich/py-imessage-shortcuts/raw/master/send-imessage.shortcut) and open it using Finder.
2. Click the blue **Add Shortcut** button (you can use the 3-dot menu to inspect the steps executed if you desire).
3. Install `py-imessage-shortcuts` using `pip`:```
pip install py-imessage-shortcuts
```### Usage
```python
import imessageimessage.send(['+1 555-555-5555'], 'Hello World!')
```### FAQs
* Can I use this on Windows/Linux?
* Nope!### Bugs
Use [Issues](https://github.com/kevinschaich/py-imessage-shortcuts/issues). PRs welcome and appreciated 😊
### License
[MIT License](https://github.com/kevinschaich/py-imessage-shortcuts/blob/master/LICENSE).
### Credits
Inspired by [`py-iMessage`](https://github.com/Rolstenhouse/py-iMessage).