Python API library for SiUX (website monitoring)
Project description
To use (with caution), simply do:
>>> import sys >>> sys.path.append( '../siux' ) >>> import siuxlib >>> auth = '<YOUR_API_KEY>' >>> S = siuxlib.SiUXclient( auth=auth ) >>> retList = S.sourceList() >>> if retList[ 'statusCode' ] == 'OK': >>> for line in retList[ 'data' ]: >>> print line
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.
Source Distribution
siux-0.1.tar.gz
(10.5 kB
view details)
File details
Details for the file siux-0.1.tar.gz.
File metadata
- Download URL: siux-0.1.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6333c33d8c5a31b675410de740f50254b3810091281944a8fed43f08ddc946a4
|
|
| MD5 |
7aeceeea6fcdbda7180b5c714fb60a6a
|
|
| BLAKE2b-256 |
4c194829b3a332ba83e47b779771d006950df357e8cefd7ad8496cfca4fa64d1
|