Skip to main content

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

PyPI


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( '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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

mac_imessage-0.2.0-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page