Skip to main content

sms-prosto api wrapper written in python

Project description

prosto-sms | API python wrapper

TODO

  • tests

Install

python -m pip install prosto_sms

Examples

Auth by key and get profile data:

import prosto_sms

api = prosto_sms.api.API(
    key="bd...5bb"
)

print(api.methods.get_profile())

Auth by creds and get profile data:

import prosto_sms

api = prosto_sms.api.API(
    email="me@chydo.dev",
    password="password"
)

print(api.methods.get_profile())

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

prosto_sms-0.0.3.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

prosto_sms-0.0.3-py3-none-any.whl (3.9 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