/pysmsboxnet

Python library for smsbox.net API

Primary LanguagePythonMIT LicenseMIT

pysmsboxnet

Asynchronous Python library for smsbox.net API. Currently it allows to send a SMS, using the v1.1 API. You can also download the documentation. Future version might allow to use other account features, this doc is in French. The exception is get_credits() which allows getting remaining credits.

Installing

You can install using pip.

How to use

See example.py. An example is also available in the documentation.

Documentation