Skip to content
/ freesms Public
forked from bfontaine/freesms

📱 Send SMSes to yourself through the 'Free Mobile' SMS API

License

Notifications You must be signed in to change notification settings

0xNath/freesms

 
 

Repository files navigation

freesms

Pypi package

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

Starting from v0.2.0 the library only supports Python 3.x.

Usage

from freesms import FreeClient

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

About

📱 Send SMSes to yourself through the 'Free Mobile' SMS API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%