censys-python
An easy-to-use and lightweight API wrapper for Censys APIs.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- question.md
- pull_request_template.md
- pypi.yml
- python-ci.yml
- stale.yml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- dependabot.yml
- stale.yml
- __init__.py
- assets.py
- certificates.py
- domains.py
- hosts.py
- object_storages.py
- subdomains.py
- web_entities.py
- __init__.py
- api.py
- beta.py
- client.py
- clouds.py
- inventory.py
- logbook.py
- risks.py
- saved_queries.py
- seeds.py
- __init__.py
- account.py
- asm.py
- config.py
- hnri.py
- search.py
- subdomains.py
- view.py
- certificates_autocomplete.json
- hosts_autocomplete.json
- __init__.py
- args.py
- utils.py
- __init__.py
- base.py
- config.py
- deprecation.py
- exceptions.py
- types.py
- utils.py
- version.py
- __init__.py
- api.py
- data.py
- __init__.py
- api.py
- certs.py
- hosts.py
- __init__.py
- client.py
- __main__.py
- py.typed
- readthedocs.png
- advanced-usage.rst
- censys.asm.rst
- censys.common.rst
- censys.rst
- censys.search.rst
- censys.search.v1.rst
- censys.search.v2.rst
- cli.html
- cli.rst
- conf.py
- contributing.rst
- development.rst
- index.rst
- Makefile
- quick-start.rst
- requirements.txt
- testing.rst
- usage-asm.rst
- usage-cli.rst
- usage-v1.rst
- usage-v2.rst
- add_saved_queries.py
- add_seeds_bulk.py
- cloud_host_count.py
- delete_saved_query_by_id.py
- edit_saved_query_by_id.py
- get_host_risks.py
- get_saved_queries.py
- get_saved_query_by_id.py
- get_subdomains.py
- search.py
- aggregate_certs.py
- aggregate_hosts.py
- bulk_view_certs.py
- bulk_view_hosts.py
- metadata_hosts.py
- search_certs.py
- search_client.py
- search_hosts.py
- view_all_hosts.py
- view_cert.py
- view_host.py
- view_host_certificates.py
- view_host_diff.py
- view_host_events.py
- view_host_names.py
- README.md
- update_autocomplete.sh
- __init__.py
- test_api.py
- test_assets.py
- test_beta.py
- test_clouds.py
- test_events.py
- test_inventory.py
- test_risks.py
- test_saved_queries.py
- test_seeds.py
- utils.py
- __init__.py
- test.xml
- test_account.py
- test_asm.py
- test_cli.py
- test_config.py
- test_hnri.py
- test_search.py
- test_subdomains.py
- test_utils.py
- test_view.py
- __init__.py
- test_api.py
- test_data.py
- __init__.py
- test_api.py
- test_certs.py
- test_comments.py
- test_hosts.py
- test_tags.py
- __init__.py
- test_base.py
- test_client.py
- test_utils.py
- utils.py
- .coveragerc
- .flake8
- .gitignore
- .pre-commit-config.yaml
- .readthedocs.yml
- conftest.py
- LICENSE
- poetry.lock
- pyproject.toml
- pytest.ini
- README.md
# Installation Guide
git clone https://github.com/censys/censys-python
Downloads the entire project code from GitHub to your computer.
cd censys-python
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install censys
Installs the package published on PyPI directly β no need to clone the source.
pip install --upgrade censys
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install censys
Installs the package published on PyPI directly β no need to clone the source.
pip install --upgrade censys
Installs the package published on PyPI directly β no need to clone the source.
poetry install
Installs the libraries listed in pyproject.toml.
poetry run pytest
Type this command into your terminal and run it.
poetry run pytest --cov-report html
Type this command into your terminal and run it.
Pulled directly from this repo's README.
