socketlabs

A Python interface to the SocketLabs API.


Keywords
socketlabs, email
License
MIT
Install
pip install socketlabs==0.1.1

Documentation

SocketLabs Python

SocketLabs-Python is a Python interface to the SocketLabs API

Installation:

pip install socketlabs

Quickstart:

python
>>> from socketlabs import SocketLabs
>>> username = <username>
>>> password = <password>
>>> serverid = <serverid>
>>> socketlabs = SocketLabs(username = username, password = password, serverid = serverid)
>>> failed = socketlabs.failedMessages()