Skip to main content

Python library for manage SmsApi account via HTTP/S

Project description

python-client
=============

Klient napisany w języku Python, pozwalający na wysyłanie wiadomości SMS, MMS, VMS oraz zarządzanie kontem w serwisie SMSAPI.pl

EXAMPLES:
```python
from smsapi.client import SmsAPI
from smsapi.responses import ApiError


api = SmsAPI()

api.set_username('YOUR USERNAME')
api.set_password('YOUR PASSWORD')

#sending SMS
try:
api.service('sms').action('send')

api.set_content('Hello [%1%] [%2%]')
api.set_params('name', 'last name')
api.set_to('60xxxxxxx')
api.set_from('Info') #Pole nadawcy lub typ wiadomość 'ECO', '2Way'

result = api.execute()

for r in result:
print r.id, r.points, r.status

except ApiError, e:
print '%s - %s' % (e.code, e.message)
```

## LICENSE
[Apache 2.0 License](https://github.com/smsapi/smsapi-python-client/blob/master/LICENSE)

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

smsapi-pozytywnie-1.0-beta2.tar.gz (10.5 kB view details)

Uploaded Source

File details

Details for the file smsapi-pozytywnie-1.0-beta2.tar.gz.

File metadata

File hashes

Hashes for smsapi-pozytywnie-1.0-beta2.tar.gz
Algorithm Hash digest
SHA256 7f1e62d872d41b2973b505e866fb43115f7b671fd314d6099fd4d556759b3a65
MD5 71ca51c0ed191b11b1054b711740bba3
BLAKE2b-256 17e6b73a6a6a9a1518404cc194605822bc25cfb832483a8b65bd1b037d71c7ac

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