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',
hostname='foo.pswin.com', # Defaults to 'simple.pswin.com'
https=True
)
Config
Source: /smsframework_pswin/provider.py
user: str
: Account usernamepassword: str
: Account passwordhostname: str
: Provider hostnamehttps: 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file smsframework-pswin-0.3.4.tar.gz
.
File metadata
- Download URL: smsframework-pswin-0.3.4.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c16eeb7c9fb7fb21ba6dae0b212549cf0270e8fcb2c9f7493300240bd3398c6e |
|
MD5 | 59b10c7819148b04b422a1c7805fe971 |
|
BLAKE2b-256 | efde6ce7bc85dbe161e645d1b44b21d5a3d4c0e198a04db0554fe28425617070 |
File details
Details for the file smsframework_pswin-0.3.4-py2.py3-none-any.whl
.
File metadata
- Download URL: smsframework_pswin-0.3.4-py2.py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 145420ce90e6f65bad98dfe0e4c010ba027fabda53d4e411c22cfb1bf475fa59 |
|
MD5 | 14573facf26c3906c25915f04073d04d |
|
BLAKE2b-256 | 8e780d2e842a885b68ec51cc5a1f3d3ef4e0af5c91a7fb97477f6bbddb1fde23 |