Socket
Socket
Sign inDemoInstall

freesms

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    freesms

Send SMS with Free Mobile


Maintainers
1

Readme

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

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc