Skip to content

MattHealy/socketlabs-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

A Python interface to the SocketLabs API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages