Skip to content

Nardol/pysmsboxnet

Repository files navigation

pysmsboxnet

Asynchronous Python library for the smsbox.net API. Currently, it allows you to send an SMS using the v1.1 API. You can also download the documentation. Future versions might allow using other account features (this documentation is in French). Additionally, get_credits() lets you retrieve the remaining credits.

Installing

You can install using pip.

How to use

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

Documentation