Small web API to send SMS.
Go to file
raspbeguy 84fa5253e8 initial commit 2017-06-06 11:54:27 +02:00
README.md initial commit 2017-06-06 11:54:27 +02:00
app.py initial commit 2017-06-06 11:54:27 +02:00

README.md

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/