Skip to main content

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 !!!



```


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

pybluedot-0.2.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

pybluedot-0.2.0-py3-none-any.whl (4.7 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