Skip to main content

Notify is a bulk SMS Module for sending SMS's accross local zambian phone numbers. It is embedded in [GameBox - Download the app here.]( https://play.google.com/store/apps/details?id=com.microtech.gamebox)

Project description

Notify Bulk SMS Library Documentation

Introduction

https://www.olympusmedia.co.zm

Notify is a bulk SMS Module for sending SMS's accross local zambian phone numbers. It is embedded in GameBox - Download the app here.

Instructions

Download GameBox and Sign Up. GameBox - Download the app here. Place your username and password in .env file as

NOTIFY_SMS_USERNAME="2609xxxxxxx"
NOTIFY_SMS_PASSWORD="***********"

⚙️ Installation

Before you begin, ensure you have Python installed on your system. This module requires Python version 3.12 or higher to run.

pip install notify_sms_py

⚡️ Quickstart

Get Sender

Returns all the senders(business name) you created on your profile

from notify_sms_py import notify_sms

client = notify_sms.NewClient(
    username="26097xxxxxx",
    password="*********"
)
res = client.get_senders()

print(res)

Send SMS to Contact(s)

Sends sms to a list of recipients defined as contacts

from notify_sms_py import notify_sms

client = notify_sms.NewClient(
    username="26097xxxxxx",
    password="*********"
)

res = client.send_to_contacts(contacts=["+26097xxxxxx"], message="Hello Patrick from Notify SMS", sender_id="1234888888888888888888")

print(res)

🎯 Features

  • Send SMS to channel
  • Send SMS to contact groups
  • Send SMS to contacts
  • Check SMS balance(WIP) - Coming soon

👍 Contribute

If you want to say Thank You and/or support the active development of Notify SMS:

  • Add a GitHub Star to the project.
  • Tweet about the project on your 𝕏 (Twitter).
  • Write a review or tutorial on Medium, Dev.to or personal blog.

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

notify_sms_py-1.1.2.tar.gz (14.2 kB view hashes)

Uploaded Source

Built Distribution

notify_sms_py-1.1.2-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

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