Setup Instructions

First, clone the repository

git clone https://github.com/rimazk123/censys_submission
cd censys_submission

Setup and start your virtual environment

python -m venv env
source env/bin/activate

Install the dependencies

pip install -r requirements.txt

Put your censys uid and secret in the .env file

UID=your_uid
SECRET=your_secret

Now run the script with the following command, and your the results will be in results.csv

python script.py