imessage
Python tools for sending iMessage/SMS message from a Mac. Check out the blog post on medium related to this repository: Medium
Installation
pip install mac_imessage
Running main
python -m mac_imessage
Usage
import mac_imessage
Basic Usage
Check out utils.py for the most basic functionality
mac_imessage.send(
message='This is a test message',
phone_number='123-555-5555',
medium='iMessage'
)
mac_imessage.send_sms(
message='This is a test message',
phone_number='123-555-5555',
)
mac_imessage.send_imessage(
message='This is a test message',
phone_number='123-555-5555',
)
Author
James Kabbes
Release files for mac-imessage 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mac_imessage-0.3.0.tar.gz | 4.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mac_imessage-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.0 kB
Release files / mac_imessage-0.3.0.tar.gz
| Download URL | mac_imessage-0.3.0.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ad255101dc221874e2220ce31e154ed9a628b8e4c56504ae7223235edd49158b
|
|
BLAKE2b-256 checksum How to use checksums |
93f5ee20891844a42eb09e2b02b403d6cd8e9769f6605a5c74a2d6a0ffb519d8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.0
|
Release files / mac_imessage-0.3.0-py3-none-any.whl
| Download URL | mac_imessage-0.3.0-py3-none-any.whl |
|---|---|
| Size | 5.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
93726b8138b55ecb2d4de39d7480310efa4aebe70cf97d4da7ea44e9e6dafbdd
|
|
BLAKE2b-256 checksum How to use checksums |
65e667c3138d278750cfd38cce8c60e84a5fdda84c1835003fcc3884019f898e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.0
|