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 hashes)
Built Distribution
Close
Hashes for mac_imessage-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93726b8138b55ecb2d4de39d7480310efa4aebe70cf97d4da7ea44e9e6dafbdd |
|
MD5 | d4553a623f1a1087720e1adda3ca8a27 |
|
BLAKE2b-256 | 65e667c3138d278750cfd38cce8c60e84a5fdda84c1835003fcc3884019f898e |