ajb3296 / imessage

Python tools for sending iMessages on a MacBook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imessage

Python tools for sending iMessage/SMS message from a Mac. Check out the blog post on medium related to this repository: Medium

Documentation
PyPI


Installation

pip install git+https://github.com/ajb3296/imessage.git


Running main

python -m mac_imessage

Usage

import mac_imessage

Basic Usage

Check out utils.py for the most basic functionality
Images must be located in /Users/username/Pictures

mac_imessage.send_image('/Users/username/Pictures/image', '123-555-5555', 'iMessage')
mac_imessage.send('This is a test message', '123-555-5555', 'iMessage')
mac_imessage.send_SMS('This is a test message', '123-555-5555')
mac_imessage.send_iMessage('This is a test message', '123-555-5555')

Author

James Kabbes

About

Python tools for sending iMessages on a MacBook

License:MIT License


Languages

Language:Python 100.0%