All Projects → censys → Censys Python

censys / Censys Python

Licence: apache-2.0
An easy-to-use and lightweight API wrapper for the Censys Search Engine

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Labels

Projects that are alternatives of or similar to Censys Python

Dsckeybusinterface
An Arduino/esp8266/esp32 library to directly interface with DSC security systems.
Stars: ✭ 202 (-4.72%)
Mutual labels:  iot
Basic
Basic Interpreter for the ESP8266
Stars: ✭ 206 (-2.83%)
Mutual labels:  iot
Incubator Streampipes
Apache StreamPipes - A self-service (Industrial) IoT toolbox to enable non-technical users to connect, analyze and explore IoT data streams.
Stars: ✭ 209 (-1.42%)
Mutual labels:  iot
Opcua
A client and server implementation of the OPC UA specification written in Rust
Stars: ✭ 202 (-4.72%)
Mutual labels:  iot
Ohsce
PHP HI-REL SOCKET TCP/UDP/ICMP/Serial .高可靠性PHP通信&控制框架SOCKET-TCP/UDP/ICMP/硬件Serial-RS232/RS422/RS485 AND MORE!
Stars: ✭ 206 (-2.83%)
Mutual labels:  iot
Node Red Contrib Homekit Bridged
Node-RED Contribution - HomeKit Bridged : Node-RED nodes to simulate Apple HomeKit devices.
Stars: ✭ 204 (-3.77%)
Mutual labels:  iot
Wall.e
A javaScript robot which looks like WALL.E
Stars: ✭ 201 (-5.19%)
Mutual labels:  iot
Porcupine
On-device wake word detection powered by deep learning.
Stars: ✭ 2,606 (+1129.25%)
Mutual labels:  iot
Platform Espressif8266
Espressif 8266: development platform for PlatformIO
Stars: ✭ 206 (-2.83%)
Mutual labels:  iot
Homeassistant Config
Stars: ✭ 211 (-0.47%)
Mutual labels:  iot
Xfrp
xfrps&frp client for openwrt&LEDE
Stars: ✭ 205 (-3.3%)
Mutual labels:  iot
Wthermostatbeca
Replaces original Tuya firmware on Beca thermostat with ESP8266 wifi module
Stars: ✭ 204 (-3.77%)
Mutual labels:  iot
Particle Cli
Command Line Interface for Particle Cloud and devices
Stars: ✭ 208 (-1.89%)
Mutual labels:  iot
Platform Ststm32
ST STM32: development platform for PlatformIO
Stars: ✭ 201 (-5.19%)
Mutual labels:  iot
Brad Homeassistant Config
Home Assistant configuration
Stars: ✭ 212 (+0%)
Mutual labels:  iot
Awot
Arduino web server library.
Stars: ✭ 200 (-5.66%)
Mutual labels:  iot
Bluescan
A powerful Bluetooth scanner
Stars: ✭ 206 (-2.83%)
Mutual labels:  iot
Openthread
OpenThread released by Google is an open-source implementation of the Thread networking protocol
Stars: ✭ 2,643 (+1146.7%)
Mutual labels:  iot
Awesome Esp
📶 A curated list of awesome ESP8266/32 projects and code
Stars: ✭ 212 (+0%)
Mutual labels:  iot
Drago
A flexible configuration manager for Wireguard networks
Stars: ✭ 204 (-3.77%)
Mutual labels:  iot

Censys Python Library

PyPI Python Version License Documentation Code Style PRs Welcome

An easy-to-use and lightweight API wrapper for the Censys Search Engine (censys.io). Python 3.6+ is currently supported.

Getting Started

The library can be installed using pip.

$ pip install censys

To configure your credentials run censys config or set both CENSYS_API_ID and CENSYS_API_SECRET environment variables.

$ censys config

Censys API ID: XXX
Censys API Secret: XXX

Successfully authenticated for [email protected]

Resources

Contributing

All contributions (no matter how small) are always welcome.

Development

$ git clone [email protected]:censys/censys-python.git
$ pip install -e ".[dev]"

Testing

Testing requires credentials to be set.

$ pytest
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].