Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1013 Bytes

File metadata and controls

41 lines (28 loc) · 1013 Bytes

freesms

Build status Coverage status Pypi package https://img.shields.io/pypi/dm/freesms.png

freesms is a Python interface for Free Mobile SMS API. If you subscribed to their service it allows you to programmatically send SMSes to yourself.

Install

[sudo] pip install freesms

The library works with Python 2.7 and 3.x.

Usage

from freesms import FreeClient

f = FreeClient(user="...", passwd="...")
resp = f.send_sms("hello this is my SMS")
resp.status_code  # 200