Skip to main content

Python module for sending and receiving free SMS messages through Zeep Mobile.

Project description

Zeep Mobile, offers sending and receiving SMS messages for free from any Web App.

With just a few lines of code, our API lets your web app communicate with your users over SMS. Zeep Mobile makes it easy to:

  • Manage your users’ mobile content subscriptions

  • Send and receive SMS content

Why go with Zeep?

We looked far and wide and couldn’t find an easy way to get our apps to send and receive SMS content, so we made one! You’re going to love it because:

  • It’s easy to implement

  • There are no volume restrictions

  • It’s absolutely free!

Install

$ easy_install zeep.sms

Using

To send Free SMS using Python visit http://zeepmobile.com and follow the [http://www.zeepmobile.com/developers/getting_started/ Getting started Guide.]

You will need to generate your API and Secret keys.

With those in hand you can send a text message to your users once they have subscribed using this code.

>>> import zeep.sms
>>> connection = zeep.connect('<api-key>','<secret-key>')
>>> connection.send_message('user-id', "Honey, I'm home!")

Project details


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