Skip to content
This repository has been archived by the owner on Jun 15, 2018. It is now read-only.

inishchith/SmsBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmsBot 📲

A Python Package which can be used to send Sms to any Number in India using Way2Sms.

Features

  • Send Up-to 100 Daily Sms.
  • Delivered under 10 seconds .
  • Maximum length 139 characters .
  • You can also send Group SMS to many friends in one go .

Installation

  • You'll need python3
  • Pip is recommended for installing
$ pip install SmsBot

Usage

from Bot import SmsBot
query = SmsBot.sms("username","password") # username is usually Mobile Number (Logging in)
my_message=input("Enter Your Message")
query.send("recipient",my_message) # recipient = receiver's number
query.Logout()

List Of External Packages and their installation

BeautifulSoup

#python3
$ pip3 install BeautiifulSoup4

Requests

$ pip3 install requests

Note- Do not Misuse .

About

A Python Package which can be used to send Sms to any Number in India using Way2Sms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages