Skip to main content

Package to work with sms panels

Project description

Supported panels

Why use this package?

  1. You have all the famous and well designed sms panels ready to go.
  2. When you have to work with several sms panels.
  3. Don't need to build the wheel of your bicycle each time ☺.

How to use

First lets install the package

pip install prsmsp

This block of code is for kavenegar sms panel.

Each of sms panels has its own parameters. Please read their docs first.

from prsmsp.panels import Kavenegar

api_key = "your api key"
panel = Kavenegar(api_key)  # auth

receptor = "your receptor"
msg = "your message"
panel.send_sms(receptor, msg)

Read Docs

How to support this project

for this project to be better and bigger than what it is now. we need to support more panels and even test a real send sms which needs a subscription for each sms provider if you have subs for any sms panel or docs of any sms panel and you think it would be good for this pacakge to have support that sms panel please open an issue or contact me My email is pany.parsariyahi@gmail.com

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

prsmsp-1.2.0.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

prsmsp-1.2.0-py3-none-any.whl (10.3 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