sch-way2sms

Send free sms WAY2SMS


Keywords
free-sms-sender, python, sms-api, way2sms
License
MIT
Install
pip install sch-way2sms==0.0.1

Documentation

Way2Sms

Send upto 100 free SMS within 10 seconds daily.

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

import way2sms
  • Login

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

    q.send(mobile_number,message)
  • 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

Todos

  • Future Message

Free Messaging, Hell Yeah!