way2sms icon indicating copy to clipboard operation
way2sms copied to clipboard

Send upto 100 free SMS within 10 seconds in India daily, unofficial API.

Way2Sms

Send upto 2 free SMS instantly.

Way2Sms provides free SMS service upto 2 messages daily with message length upto 139.

Install

pip3 install sch-way2sms==0.0.1

Usage

import way2sms
# your login credentials
sms = way2sms.Sms("9XXXXXXXXX", "PASSWORD")
sms.send("9XXXXXXXXX", "Hi, this package is awesome! Lets me send free messages")
sms.logout()

Future Message added by AbdHan