Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 325 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 325 Bytes

What is it?

오늘 서버에서 제공하기 위한 데이터 셋을 크롤링하는 레포지토리입니다. 🫠

How to use

:: if venv is not exist ::
    
python3 -m venv venv

cd venv/bin   

source activate 

:: finally :: 

pip install -r requirements.txt