Go to file
jaehwang 08d5840c71 add remove self instance 2025-09-23 23:19:31 +00:00
.gitignore Initial commit 2025-09-16 04:26:26 +00:00
README.md add remove self instance 2025-09-23 23:19:31 +00:00
kill_myself.py add remove self instance 2025-09-23 23:19:31 +00:00
main.py add remove self instance 2025-09-23 23:19:31 +00:00
requirements.txt add remove self instance 2025-09-23 23:19:31 +00: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