progrise / way2sms

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Way2Sms

Send upto 100 free SMS within 10 seconds daily.

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

Either be in same directory or add this file in python path..!

import way2sms
  • Login
q=way2sms.sms(username,password)
  • Send SMS, returns True if sent

    q.send( 'mobile_number', 'message' )      # both are STRING
  • Message Sent today, returns the number

q.msgSentToday()
  • Logout
q.logout()

#Python3 and Packages

  • Install Python3
$ sudo apt-get python3
  • Install pip
$ sudo apt-get install python3-pip
  • Requests
$ sudo pip3 install requests
  • BeautifulSoup
$ sudo pip3 install beautifulsoup4

Future Message added by AbdHan

Free Messaging, Hell Yeah!

About

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


Languages

Language:Python 100.0%