Skip to main content

SMS framework: PSWin provider

Project description

SMSframework PSWinCom Provider

PSWin Provider for smsframework.

Installation

Install from pypi:

$ pip install smsframework_pswin

To receive SMS messages, you need to ensure that Flask microframework is also installed:

$ pip install smsframework_pswin[receiver]

Initialization

from smsframework import Gateway
from smsframework_pswin import PswinProvider

gateway = Gateway()
gateway.add_provider('pswin', PswinProvider,
    user='dignio',
    password='123',
    https=True
)

Config

Source: /smsframework_pswin/provider.py

  • user: str: Account username

  • password: str: Account password

  • https: bool: Use HTTPS for outgoing messages? Default: False

Receivers

Source: /smsframework_pswin/receiver.py

Message Receiver: /im

Login to https://accountweb.pswin.com/ using your account details and edit the section “Mobile Originated (MO) messages forwarding configuration”

Protocol: HTTP Value: <protocol>://<server-name>/<provider-name>/im

Status Receiver: /status

Login to https://accountweb.pswin.com/ using your account details and edit the section “Delivery Reports (DR) forwarding configuration”

Protocol: HTTP Value: <protocol>://<server-name>/<provider-name>/status

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

smsframework-pswin-0.0.1.post4.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

smsframework_pswin-0.0.1.post4-py2-none-any.whl (8.6 kB view details)

Uploaded Python 2

File details

Details for the file smsframework-pswin-0.0.1.post4.tar.gz.

File metadata

File hashes

Hashes for smsframework-pswin-0.0.1.post4.tar.gz
Algorithm Hash digest
SHA256 764f77a71bf52d140faaa38875aff6f3ff113650dea160154e32f775f78ea217
MD5 f092051ffe1eb32bd185957ff5472a39
BLAKE2b-256 401020f51c4b657e009409489a56f1bad8ee4493f01beb66a93341be2bdf8b61

See more details on using hashes here.

File details

Details for the file smsframework_pswin-0.0.1.post4-py2-none-any.whl.

File metadata

File hashes

Hashes for smsframework_pswin-0.0.1.post4-py2-none-any.whl
Algorithm Hash digest
SHA256 ae46f444ce44dd4a1834dd97ed6c6713b08501293313fff74f00bc0b53225a3c
MD5 7ee03e52b2f343e58115894d0728b9b0
BLAKE2b-256 200425145f2f8d1835a8e33c49869d5f7221327f6d2556071825273a86f34c83

See more details on using hashes here.

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