Skip to main content

Python client for the LoopMessage iMessage API

Project description

PyLoopMessage

A modern Python client for the LoopMessage iMessage API.

Features

  • ✨ Full support for LoopMessage REST API
  • 🔒 Type-safe with comprehensive type hints
  • 📱 Send messages, reactions, and audio messages
  • 👥 Support for group messaging
  • 📞 Webhook handling for real-time events
  • 🧪 Async/await support
  • 🛡️ Built-in error handling and retries

Installation

pip install pyloopmessage

Quick Start

from pyloopmessage import LoopMessageClient

# Initialize the client
client = LoopMessageClient(
    authorization_key="your_auth_key",
    secret_key="your_secret_key"
)

# Send a message
response = await client.send_message(
    recipient="+1234567890",
    text="Hello from PyLoopMessage!",
    sender_name="YourSenderName"
)

print(f"Message sent with ID: {response.message_id}")

API Support

Sending Messages

  • ✅ Send text messages to individuals
  • ✅ Send messages to groups
  • ✅ Send audio messages
  • ✅ Send reactions
  • ✅ Message effects (slam, loud, gentle, etc.)
  • ✅ Attachments support
  • ✅ Reply-to functionality

Message Status

  • ✅ Check message status
  • ✅ Webhook event handling
  • ✅ Real-time status updates

Advanced Features

  • ✅ Typing indicators
  • ✅ Read status
  • ✅ Sandbox mode
  • ✅ Error handling with detailed error codes

Documentation

For detailed documentation and examples, visit our GitHub repository.

License

MIT License - see LICENSE file for details.

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

pyloopmessage-0.4.0.tar.gz (28.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyloopmessage-0.4.0-py3-none-any.whl (20.6 kB view details)

Uploaded Python 3

File details

Details for the file pyloopmessage-0.4.0.tar.gz.

File metadata

  • Download URL: pyloopmessage-0.4.0.tar.gz
  • Upload date:
  • Size: 28.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.6

File hashes

Hashes for pyloopmessage-0.4.0.tar.gz
Algorithm Hash digest
SHA256 f4856ed3f5ff7153415b7e816f7408776cddc77db22081a596ad5b615fd49bf8
MD5 4f6f264373cdb136ab44fb157fbbd3be
BLAKE2b-256 eed6059f54b9856a983e4ec1c6a6afde3a642c3207fffd14f360b79b17cbe08d

See more details on using hashes here.

File details

Details for the file pyloopmessage-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: pyloopmessage-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 20.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.6

File hashes

Hashes for pyloopmessage-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3e2a87d4ba7c48d24eab0688860b276015a125ea56829a7eb53f4816b71f4b2b
MD5 d703a359d096cdca3e47eb5536d287a3
BLAKE2b-256 8950acb4435efd643839d1f75d8ef4cf61699d1b0266f169d90f924c8c70705a

See more details on using hashes here.

Supported by

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