Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
/ certspotter-api Public archive

A simple python library for utilizing sslmate's certspotter v1 API

License

Notifications You must be signed in to change notification settings

fartbagxp/certspotter-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI PRs Welcome MIT License codecov

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 [email protected]: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

About

A simple python library for utilizing sslmate's certspotter v1 API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published