Skip to main content

Python tools for sending iMessages on a Mac

Project description

GitHub Pages
PyPI

imessage

Python tools for sending iMessage/SMS message from a Mac


Installation

pip install kabbes_imessage


Running main

python -m kabbes_imessage

Usage

For more in-depth documentation, read the information provided on the Pages. Or better yet, read the source code.

import kabbes_imessage
message_obj = kabbes_imessage.Message( 'This is a test message' ) 
message_obj.PhoneNumbers.make_PhoneNumber( '123-555-5555', medium = 'SMS' )
message_obj.PhoneNumbers.make_PhoneNumber( '234-555-5555', medium = 'iMessage' )

message_obj.send()
>>> Sending SMS message This is a test message to type:	PhoneNumber,	formatted:	+11235555555...
Sending iMessage message This is a test message to type:	PhoneNumber,	formatted:	+12345555555...

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 Distribution

kabbes_imessage-0.1.0.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

kabbes_imessage-0.1.0-py3-none-any.whl (6.5 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