Skip to content

nullc0der/freesms

 
 

Repository files navigation

freesms

Build status

Coverage status

Pypi package

image

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

About

Send SMS to yourself through Free Mobile SMS API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.6%
  • Makefile 18.4%