Macpymessenger

Latest version: v0.1.0

Safety actively analyzes 625140 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.0

We are excited to announce the initial release of macpymessenger, a Python library that simplifies sending iMessages on macOS! ๐Ÿ“ฌ๐Ÿ’ฌ

โœจ Highlights

- ๐Ÿ”‘ Easy installation via pip
- ๐Ÿ“จ Send text messages programmatically using the Messages app
- ๐Ÿ”ง Customizable configuration for AppleScript file paths
- ๐Ÿงช Test suite to ensure functionality and reliability

๐ŸŒŸ Features

In this initial release, macpymessenger offers the following features:

- โœ… Send text messages to individual recipients
- โœ… Intuitive and user-friendly API
- โœ… Detailed documentation and usage examples
- โœ… Open-source under the Apache License 2.0

๐Ÿ“ฆ Installation

To start using macpymessenger, simply install it using pip:

bash
pip install macpymessenger


๐Ÿš€ Getting Started

Here's a quick example of how to send a message using macpymessenger:

python
from i_py_messenger import IMessageClient, Configuration

config = Configuration()
client = IMessageClient(config)

phone_number = "1234567890"
message = "Hello, this is a test message sent using macpymessenger!"

success = client.send(phone_number, message)

if success:
print("Message sent successfully!")
else:
print("Failed to send the message.")


For more detailed usage instructions and examples, please refer to the [README](https://github.com/ethan-wickstrom/macpymessenger#readme) file.

๐Ÿค Contributing

We welcome contributions from the community! If you encounter any issues, have suggestions for improvements, or would like to add new features, please open an issue or submit a pull request on the [GitHub repository](https://github.com/ethan-wickstrom/macpymessenger).

๐Ÿ™ Acknowledgements

We would like to express our gratitude to the developers of the libraries and tools used in this project, as well as the open-source community for their continuous support and inspiration.

๐Ÿ“ง Contact

If you have any questions, feedback, or just want to say hello, feel free to reach out:

- **Email:** e.t.wickstromwustl.edu
- **GitHub:** [ethan-wickstrom](https://github.com/ethan-wickstrom)

Thank you for choosing macpymessenger! We hope this library simplifies your iMessage automation tasks and enhances your Python projects on macOS. Happy messaging! ๐Ÿ“ฌโœจ

---

**Full Changelog**: https://github.com/ethan-wickstrom/macpymessenger/commits/0.1.0

Links

Releases

Has known vulnerabilities

ยฉ 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.