일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 프로젝트
- angular
- Method
- adaptive life cycle
- 애자일
- 다나와
- ECS
- data
- Project
- matplotlib
- opencv
- DANAWA
- data analyze
- instance
- Agile
- visualizing
- webcrawling
- pandas
- Crawling
- analyzing
- TypeScript
- python
- algorithm
- tensorflow
- javascript
- 크롤링
- 자바스크립트
- AWS
- keras
- Scrum
Archives
- Today
- Total
목록genie (1)
LiJell's 성장기

crawling 기초 : https://lime-jelly.tistory.com/39 3. 멜론, 벅스, 지니 차트 크롤링 3.1. selenium & Chrome Driver 라이브러리 불러오기 from selenium import webdriver import 에러가 날 경우 라이브러리 설치: !pip install selenium 크롬 드라이버 다운받기: https://chromedriver.chromium.org/downloads 본인의 크롬 버전과 알맞는 버전을 이용하시면 됩니다. 3.1.1. Chrome Driver 활용하기 from selenium import webdriver ser = Service('../chromedriver/chromedriver.exe') # 크롬드라이버 파일이 있..
Bigdata/Web Crawling
2022. 1. 13. 18:49