Skip to content

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

License

Notifications You must be signed in to change notification settings

shubhamc183/way2sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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