You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

resms

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resms

Python SDK for ReSMS, a simple and powerful SMS API.

0.2.0
Source
pipPyPI
Maintainers
1

ReSMS SDK for Python

Python SDK for ReSMS, a simple and powerful SMS API.

Installation

pip install resms

Setup

You need to get an API key on ReSMS Dashboard. Then import the package and create a new instance of the ReSMS class with your API key.

from resms import ReSMS

Usage

Send you can send your SMS:

sms = ReSMS("re-1234")
sms.send(to="+33123456789", message="Code 123456")

Documentation

The full documentation is available at resms.dev/docs.

License

This project is licensed under the MIT License.

Note

This is a simple SDK for ReSMS. More features and improvements will be added in the future. If you have any suggestions or issues, please open an issue on GitHub.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts