securityscorecard_api

A python SDK for interacting with the SecurityScorecard API

Installation

python -m pip install securityscorecard_api

Example

from securityscorecard_api.client import SecurityScorecardClient

ssc = SecurityScorecardClient("your_api_token")

ssc.get_score('company.com')
GitHub - woodtechie1428/securityscorecard-pysdk: A python SDK for interacting with the SecurityScorecard API
A python SDK for interacting with the SecurityScorecard API - GitHub - woodtechie1428/securityscorecard-pysdk: A python SDK for interacting with the SecurityScorecard API