This python module will sends text messages to mobile phones using http://textbelt.com
import textbelt
text = textbelt.textbelt()
text.send('1234567890','I sent this message from python through textbelt.com')
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This python module will sends text messages to mobile phones using http://textbelt.com
import textbelt
text = textbelt.textbelt()
text.send('1234567890','I sent this message from python through textbelt.com')