Skip to main content

Асинхронный модуль для работы с Meow SMS API

Project description

MeowSMS Python Package

The MeowSMS Python package is an asynchronous module designed for seamless interaction with the Meow SMS API. It provides a comprehensive set of features for sending SMS messages, customizing SMS content, checking domain status, and more. Whether you're looking to integrate SMS notifications into your application or automate messaging based on specific triggers, MeowSMS has got you covered.

Features

  • Async Support: Designed with asyncio in mind, enabling efficient I/O operations.
  • Comprehensive API Coverage: From sending SMS and custom SMS to checking domain status and retrieving service information.
  • Dynamic Service Updates: Automatically updates service lists and patterns daily.
  • User Profile Management: Access and manage your Meow SMS profile information with ease.
  • Flexible Proxy Configuration: Supports proxy settings for requests allowing usage behind firewalls or for anonymity.

Installation

Install the package using pip:

pip install moonheimsms

Quick Start

Here's a quick example to get you started with sending an SMS:

from meowsms import MeowSMS

# Initialize MeowSMS with your API token
sms = MeowSMS(token="your_api_token_here")

# Send an SMS
response = await sms.sendSms(number="1234567890", service="your_service_id", link="http://yourlink.com", template=1)

print(response)

Documentation

For detailed documentation on all available methods and their usage, please refer to the official Meow SMS API documentation.

License

This project is licensed under the Apache License 2.0. See the LICENSE file for details.

Contributing

Contributions are welcome! Please read the contributing guidelines before starting any work.

Support

If you encounter any issues or have questions, please file an issue on the GitHub repository.

[!IMPORTANT] This package is not officially affiliated with Meow SMS. All trademarks belong to their respective owners.

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

meow-sms-0.1.0.3.tar.gz (9.4 kB view hashes)

Uploaded Source

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