BluedotSMS python wrapper
Project description
# Bluedot-sms unofficial API
This is an unofficial API for [Bluedot-sms](http://bluedotsms.com)
Requirements:
Python 3
Installation:
> pip install pybluedot
Usage
```python
from pybluedot import Bluedot
client = Bluedot(username="SuperCode", password="I don't know")
@client.send("SuperCode") #Your registered Sender Name
def my_callback(result):
print(result.status) #200
print(result.response) #Get response body from Bluedot
print(client['balance']) #Get Current Balance
#send sms
data = {"recipients" : ["263784442662", "26378123456"], "msg" : "Hey i sent a text with pybluedot"}
my_callback(data) #That's All !!!
```
This is an unofficial API for [Bluedot-sms](http://bluedotsms.com)
Requirements:
Python 3
Installation:
> pip install pybluedot
Usage
```python
from pybluedot import Bluedot
client = Bluedot(username="SuperCode", password="I don't know")
@client.send("SuperCode") #Your registered Sender Name
def my_callback(result):
print(result.status) #200
print(result.response) #Get response body from Bluedot
print(client['balance']) #Get Current Balance
#send sms
data = {"recipients" : ["263784442662", "26378123456"], "msg" : "Hey i sent a text with pybluedot"}
my_callback(data) #That's All !!!
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pybluedot-0.2.1-py3-none-any.whl (4.8 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size pybluedot-0.2.1.tar.gz (2.8 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for pybluedot-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72f31deb11a605d2c7bcc96fbc976ca2b7852f02712150930d2de6b11f26d999 |
|
MD5 | 281e41a6be5dc180288129aa2100b99e |
|
BLAKE2-256 | 8a18095d2dcc973a4549e6e324b09ab0e78e39efe015a67c5525f257a71f9d73 |