Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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)

Release files for smsapi-pozytywnie 1.0-beta

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for smsapi-pozytywnie 1.0-beta
File Size Uploaded
smsapi-pozytywnie-1.0-beta.tar.gz 9.9 kB Details

Release files / smsapi-pozytywnie-1.0-beta.tar.gz

Download URL smsapi-pozytywnie-1.0-beta.tar.gz
Size 9.9 kB
Tags Source
SHA-256 checksum
How to use checksums
b3d530d7980fc26dcd28229cae18270d523520426de8bec48d04040293772e1d
BLAKE2b-256 checksum
How to use checksums
38aa7e0e4e773ec637572d4b46a99bbd78e359961ec29b1bc38a7429eb59b4f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page