Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

InfosecSapper/BitSightAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitSightAPI

This is a Python wrapper for the BitSight API. It provides a method to test the connection to the API (using the Requests module) and a method to query the API.

Currently the wrapper only supports GET requests, but updates will be made to support others, as well as implement query parameters and particular endpoints.

Disclaimer: I'm not an employee or affiliate of BitSight. I created this Python module as an enthusiastic user who needed to satisfy a particular use-case and, as such, you should not consider this software to be a professional product. Neither I nor BitSight accept any liability or responsibility for any problems that occur as a result of using this software.

This repo has been archived because further development is not possible. If/when I get access to BitSight's services again, I'll unarchive the repo and update the tools.