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.
You can install using pip.
See example.py. An example is also available in the documentation.
- Latest stable version
- Future previous versions documentations will be available at
https://nardol.github.io/pysmsboxnet/yyyy.mm.n
- Latest dev documentation
It is updated each time something is pushed to the
main
branch.