Асинхронный модуль для работы с 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
File details
Details for the file meow-sms-0.1.0.3.tar.gz
.
File metadata
- Download URL: meow-sms-0.1.0.3.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd0765ec66510e0dc0a6ce76a021172d4ce1efff93f513b02f8e97678eebf866 |
|
MD5 | da311b6d926068a2eb535cb4ecf326cb |
|
BLAKE2b-256 | 57ac96aa7654c57d5fd1480ae466e2342fb08042474435db84b4cdce1f2ba393 |