New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

smartcall

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smartcall

  • 0.0.4
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= smartcall sms gem

  • http://github.com/agilisto/smartcall

== DESCRIPTION:

Gem to provide sms functionality through the Smartcall Technology Solutions web services. Contact http://www.smartcalltech.co.za for an account.

== FEATURES/PROBLEMS:

== SYNOPSIS: From code:

require 'smartcall'

api = Smartcall::API.new(, , <CAMPAIGN_ID>, )

api.send_message("0825559629", "Hello World")

You can also specify the parameters in a ~/.smartcall file:

~/.smartcall

username:

password:

campaign_id: <campaign_id>

reference:

== COMMAND LINE ==

Once the gem is installed text messages can be sent from the command line:

smartcall 0825559629 "Hello World"

== REQUIREMENTS:

== INSTALL:

sudo gem install agilisto-smartcall

FAQs

Package last updated on 08 Nov 2010

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc