Skip to main content

Free SMS API

Project description

# WAY2SMS Free Python API
> Now also verify mobile number as email, do cool stuff with it.


## Features
- Free sms api
- 100% delivery guarantee

## Limitations
- you can write 140 characters in single message

## Installation
``` pip install messanger ```


All you need to write is,

```
import messanger

# Mobile number registered in way2sms website.
phone = '+919409567000'

# Password in way2sms website.
password = ''

# Receiver mobile number.
receiver = '+14529959578'

# Text message that you want to send
message = """Hey Donald Trump,
Can write a python program which can send free text messages
"""

messanger.send(phone, password, receiver, message)
```

# Note
- Don't try that number, Donald Trump doesn't owns it.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

messanger-2.0.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

messanger-2.0-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page