Python tools for sending iMessages / SMS on a Mac
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mac_imessage-0.3.0.tar.gz
(4.0 kB
view details)
Built Distribution
File details
Details for the file mac_imessage-0.3.0.tar.gz
.
File metadata
- Download URL: mac_imessage-0.3.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad255101dc221874e2220ce31e154ed9a628b8e4c56504ae7223235edd49158b |
|
MD5 | 9e0b91834faeb385297923d128cfde92 |
|
BLAKE2b-256 | 93f5ee20891844a42eb09e2b02b403d6cd8e9769f6605a5c74a2d6a0ffb519d8 |
File details
Details for the file mac_imessage-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: mac_imessage-0.3.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93726b8138b55ecb2d4de39d7480310efa4aebe70cf97d4da7ea44e9e6dafbdd |
|
MD5 | d4553a623f1a1087720e1adda3ca8a27 |
|
BLAKE2b-256 | 65e667c3138d278750cfd38cce8c60e84a5fdda84c1835003fcc3884019f898e |