Metadata-Version: 2.2
Name: bulk_sms_by_smslocal
Version: 0.1
Summary: A Python package to send bulk SMS using an external API.
Home-page: https://github.com/Smslocal001/bulk-sms
Author: Ariyan Khan
Author-email: ariyan@mycountrymobile.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Bulk SMS Sender - SMSLocal

Bulk SMS Sender allows businesses to ([send bulk sms](https://www.smslocal.com/products/sending-bulk-sms/)) messages to their customers, staff, or any other group of contacts using a fast and reliable SMS gateway. This Python package integrates seamlessly with the SMSLocal API to deliver messages quickly and effectively.

Table of Contents

[About]
[Features]
[Installation]
[Usage]
[SMS Pricing]
[How It Works]
[Contributing]
[License]
[Contact Us]

About
([SMSLocal](https://www.smslocal.com/)) is a powerful service for businesses to send instant bulk SMS messages. Whether you're sending promotions, alerts, or updates, SMSLocal ensures fast and effective communication. With competitive rates and an easy-to-use interface, businesses can reach thousands of people in seconds.

Features

Instant ([bulk sms](https://www.smslocal.com/products/sending-bulk-sms/)) Delivery: Reach your audience instantly with high-speed mass texting.
SMS API Integration: Automate and integrate easily using APIs and smart plugins.
Customizable SMS Campaigns: Personalize and target your messages to specific groups.
Schedule SMS: Schedule your campaigns to send at the perfect time.
Cost-effective: Competitive pricing starting at just $0.0305 per SMS.
Global Reach: Send messages to over 190 countries worldwide.
Installation
Clone the repository:

sh
Copy
git clone https://github.com/Smslocal001/bulk-sms
Navigate into the project folder:

sh
Copy
cd bulk_sms_sender
Install dependencies:

sh
Copy
pip install -r requirements.txt
Usage
Import the package:

python
Copy
from bulk_sms_sender import sms_sender
Create an instance of the BulkSMSSender class:

python
Copy
sms_sender = sms_sender.BulkSMSSender(api_key="your_api_key", api_url="https://api.smslocal.com/send")
Send bulk SMS:

python
Copy
phone_numbers = ["+1234567890", "+0987654321"]
message = "Hello, this is a bulk SMS test."

sms_sender.send_sms(phone_numbers, message)

How It Works
Add Contacts: Upload your contact list or connect from your CRM.
Write Your Message: Name your campaign and write your message.
Send: Click send, and your bulk SMS campaign will be delivered instantly.
Contributing
We welcome contributions to enhance the functionality of the Bulk SMS Sender package! If you'd like to contribute, please follow these steps:

Fork the repository.
Create a new branch (git checkout -b feature-xyz).
Make your changes and commit them (git commit -m 'Add new feature').
Push to your fork and submit a pull request.
License
This project is licensed under the MIT License - see the LICENSE file for details.

Contact Us
You can reach out to us through the following channels:

Website: ([smslocal](https://www.smslocal.com/))
Email: ([support@smslocal.com](mailto:info@smslocal.com))
Phone: +1 559 549 5149

Follow us on social media:

([Facebook](https://www.facebook.com/profile.php?id=100088309807965))
([Instagram](https://www.instagram.com/sms_local/))
([Pinterest](https://in.pinterest.com/smslocal/))
([YouTube](https://www.youtube.com/channel/UCgmlq4miXjgGXUkrbJ49B4g))
([LinkedIn](https://www.linkedin.com/company/sms-local/))
