Python Expert

Job ID: 37565517

Budget: $10 – $50 USD

hi,
i have this 2 bash script, i want to done same job with simple 2 python scripts.

curl -sk --insecure "https://crt.sh/?q=$1&output=json" | jq -r '.[].name_value' | sed 's/\*\.//g' | sort -u

curl --insecure --silent "http://web.archive.org/cdx/search/cdx?url=*.$1/*&output=text&fl=original&collapse=urlkey" | sed -e 's_https*://__' -e "s/\/.*//" -e 's/:.*//' -e 's/^www\.//' | sed "/@/d" | sed -e 's/\.$//' | sort -u