Censys-Python – An Easy-To-Use And Lightweight API Wrapper For The Censys Search Engine
An quick-to-use and lightweight API wrapper for the Censys Look for Engine (censys.io). Python 3.6+ is at the moment supported.
Acquiring Began
The library can be mounted employing pip
.
$ pip put in censys
To configure your credentials run censys config
or set both of those CENSYS_API_ID
and CENSYS_API_Secret
ecosystem variables.
$ censys config
Censys API ID: XXX
Censys API Solution: XXX
Efficiently authenticated for your@e-mail.com
Resources
Contributing
All contributions (no issue how smaller) are constantly welcome.
Improvement
$ git clone git@github.com:censys/censys-python.git
$ pip install -e ".[dev]"
Testing
Testing necessitates qualifications to be established.
$ pytest