Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to send SMS using Python/Django application?

Tags:

python

django

sms

I have to develop an application where I need to send SMS to the users on a particular action by the users.

I have heard of kannel with PHP, is there some help for the same in Python as well or is there any other better open source sms gateway which I can use with my application?

Please suggest.

Thanks in advance.

like image 892
Ankit Jaiswal Avatar asked Jul 03 '10 17:07

Ankit Jaiswal


1 Answers

Typically you would use normal HTTP GET or POST requests against an SMS Gateway, such as Clickatell and many many others.

like image 171
Thomas Kjørnes Avatar answered Sep 22 '22 19:09

Thomas Kjørnes