Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 538 Bytes

readme.md

File metadata and controls

21 lines (12 loc) · 538 Bytes

Tech stacks

The docker container will output 1. A json with tech stacks of websites for the NC survey.

Format:

{... url:{category1:["tech1","tech2",...],category2:["techa1","techa2",...] } }

Find the CSV on google sheets

Commands:

docker build -t selenium_image .

docker container  run -it --name selenium_container selenium_image

docker cp selenium_container:/app/survey_techs.json survey_techs.json