2017-06-06 11:54:27 +02:00
2017-06-06 11:54:27 +02:00
2017-06-06 11:54:27 +02:00

sendsms

This is a very small web API to send SMS using SMSTools 3. Just use json POST requests.

Exemple with curl:

curl -i -H "Content-Type: application/json" -X POST -d '{"phone":"33612345678","text":"Do a barrel roll"}' http://localhost:5000/
Description
Small web API to send SMS.
Readme 20 KiB
Languages
Python 100%