Go to file
jaehwang 67fa23a53e crawler operating in local 2025-09-26 09:42:35 +09:00
database crawler operating in local 2025-09-26 09:42:35 +09:00
selenium_crawler crawler operating in local 2025-09-26 09:42:35 +09:00
utils crawler operating in local 2025-09-26 09:42:35 +09:00
.gitignore add main to start selenium crawler 2025-09-25 11:38:20 +09:00
README.md add remove self instance 2025-09-23 23:19:31 +00:00
main.py crawler operating in local 2025-09-26 09:42:35 +09:00
requirements.txt crawler operating in local 2025-09-26 09:42:35 +09:00

README.md

sudo su

apt-get update add-apt-repository ppa:deadsnakes/ppa

apt-get install python3.13-dev python3.13-venv

cd /ADO2VMCrawler

python3.13 -m venv .venv

source ./.venv/bin/activate

pip install -r requirements.txt

playwright install-deps playwright install