https://github.com/inishchith/smsbot
A Python Package which can be used to send Sms to any Number in India using Way2Sms
https://github.com/inishchith/smsbot
india python python3 sms way2sms
Last synced: 3 days ago
JSON representation
A Python Package which can be used to send Sms to any Number in India using Way2Sms
- Host: GitHub
- URL: https://github.com/inishchith/smsbot
- Owner: inishchith
- License: mit
- Archived: true
- Created: 2017-02-28T15:33:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T13:51:10.000Z (over 8 years ago)
- Last Synced: 2024-12-29T11:34:05.998Z (9 months ago)
- Topics: india, python, python3, sms, way2sms
- Language: Python
- Size: 4.88 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- Changelog: Changes.txt
- License: LICENSE
Awesome Lists containing this project
README
# SmsBot :calling:
### A Python Package which can be used to send Sms to any Number in India using [Way2Sms](http://site23.way2sms.com/content/index.html).
**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**
```python
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
```sh
#python3
$ pip3 install BeautiifulSoup4
```
Requests
```sh
$ pip3 install requests
```**Note-** Do not Misuse .