Skip to main content

sslmate CertSpotter API

Project description

CircleCI PRs Welcome MIT License

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

  1. Install Python 3.7+.
  2. Install pyenv.
  3. Git clone the repository: git clone git@github.com:fartbagxp/certspotter-api.git
  4. Setup python development environment by running: pipenv shell && pipenv install
  5. Get an API key from certspotter.
  6. Run unit test: cd certspotter-api/src && python -m unittest discover -v

Deploy new version

  1. Update VERSION in setup.py.
  2. Run git tag <VERSION>.
  3. Run git push --tags.

Helpful Documentation

The Certspotter V1 API

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

certspotter-1.0.9.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

certspotter-1.0.9-py3-none-any.whl (4.2 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