로그인 후 접근할 수 있는 웹페이지 내 테이블에서 필요한 데이터를 추출하여 CSV 파일로 저장하는 프로그램
- Clone this repository.
git clone https://github.com/c2lv/ListScrapingProgram.git
- Change directory and activate virtualenv.
cd ListScrapingProgram
pip install virtualenv
virtualenv venv
source venv/Scripts/activate
- Add constants values in
main.py
. - Install the requirements.
pip install -r requirements.txt
- Run
main.py
.
python main.py
- ChromeDriver
- Download link
- ChromeDriver version: 105.0.5195.52
- Chrome version: 105
- Last modified: 2022-08-31 08:29:41
- Size: 6.68MB
- Python
- Version: 3.10.0
- Framework: Selenium
- OS
- Windows 10 64bit