[다크웹] 크롤링 만들기

<개발 환경 세팅>

1. Crolling 관련 python 라이브러리

apt install virtualenv

virtualenv 폴더명

cd 폴더명

source bin/activate

시작

apt install python3-pip

pip3 install beautifulsoup4 requests pandas

pip install pandas

pip install requests

pip install BeautifulSoup4

apt-get install bs4