Project

way2sms

0.0
No commit activity in last 3 years
No release in over 3 years
A simple way to send sms using way2sms account
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

Update - No longer maintainted

way2sms

Send sms across India using your way2sms account. This gem was originally created in 2014 as a hobby project and was published as a gem - https://rubygems.org/gems/way2sms. Since then, there has been no update to this code.

Installation

gem install way2sms

Initialize

w = Way2sms.new(username, password)

Use the username and password used to login via way2sms site.

Send SMS

w.send_sms(mobile_number, message)

'message' is a normal string.