Goal
This is a simple python library for utilizing sslmate's certspotter v1 API.
How to use this library
Installation:
pip install certspotter
from certspotter.api import CertSpotter
api = CertSpotter("api key")
subdomains, retryinsec = api.getdomains("example.com")
Development
- Install Python 3.7+.
- Install pyenv.
- Git clone the repository:
git clone git@github.com:fartbagxp/certspotter-api.git - Setup python development environment by running:
pipenv shell && pipenv install - Get an API key from certspotter.
- Run unit test:
cd certspotter-api/src && python -m unittest discover -v
Deploy new version
- Update
VERSIONin setup.py. - Run
git tag <VERSION>. - Run git push --tags.
Helpful Documentation
Release files for certspotter 1.0.12
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| certspotter-1.0.12.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| certspotter-1.0.12-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.0 kB
Release files / certspotter-1.0.12.tar.gz
| Download URL | certspotter-1.0.12.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
74d2cdee7cfe4cf79fb4df397b054e1895ae893c1161264ed4d7858c17957d5d
|
|
BLAKE2b-256 checksum How to use checksums |
29ecacd8ce83cf5fd1fc83e674707eb1d126eaaac28f6bcdad211d5f1863869e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.7.9
|
Release files / certspotter-1.0.12-py3-none-any.whl
| Download URL | certspotter-1.0.12-py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7f096aef19a82ce16d0ff30875bd92ecc3d66289ab19379a2f96edeae5cf3578
|
|
BLAKE2b-256 checksum How to use checksums |
77441168ae1fb0d655e8752518355a571ad881d385ad9e18c475b9a70906156f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.7.9
|