# 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 !!!
```
Release files for pybluedot 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pybluedot-0.2.1.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pybluedot-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.5 kB
Release files / pybluedot-0.2.1.tar.gz
| Download URL | pybluedot-0.2.1.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5920e3c3ea0e315a8997380802870d486e21fc4f70981caefef9548c0b54213d
|
|
BLAKE2b-256 checksum How to use checksums |
bbdd4cbfb5c438e5a05fdc40c93747fc10321f859b1e3a5354da96691bba7094
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6
|
Release files / pybluedot-0.2.1-py3-none-any.whl
| Download URL | pybluedot-0.2.1-py3-none-any.whl |
|---|---|
| Size | 4.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
72f31deb11a605d2c7bcc96fbc976ca2b7852f02712150930d2de6b11f26d999
|
|
BLAKE2b-256 checksum How to use checksums |
8a18095d2dcc973a4549e6e324b09ab0e78e39efe015a67c5525f257a71f9d73
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6
|