collects named website(https://named.com) data by using selenium in python
###How to use ?
- After download, open secure.txt file, and put your id and pw in.
- Download the required library by using command written at the bottom.
- run main.py (python main.py)
###Requirements
- Browser Driver (Chrome, Firefox, ...)
- Selenium library
- BeautifulSoup4 library
- python 2.7 and 3.5 both work fine
- user account in named site
###Install these requirements by using this code
pip install -r requirements.txt
네임드 웹싸이트(https://named.com)에서 selenium 파이썬을 이용하여 정보 수집
###사용 방법 ?
- 다운 후 secure.txt 파일 열고 아이디 비번 입력
- 필요한 외부 라이브러리를 밑에 명령어 이용하여 다운
- main.py 실행 (python main.py)
###요구사항
- Browser Driver (Chrome, Firefox, ...)
- Selenium library
- BeautifulSoup4 library
- python 2.7과 3.5 둘다 실행 가능
- 네임드 싸이트 계정
###요구사항 다운 방법
pip install -r requirements.txt