Skip to main content

Send SMS with Free Mobile

Project description

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 is only tested on Python 3.x, but it should work on 2.7.

Usage

from freesms import FreeClient

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

freesms-0.2.0.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

freesms-0.2.0-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page