Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 웹크롤링 실습
- 야구게임 코드
- 데이터프레임조회
- 파이썬 야구게임
- 조건인덱싱
- 타자연습파이썬
- 웹크롤링 예제
- 데이터프레임 정보 조회
- 문자열reverse
- R실습
- 파이썬
- r연습문제
- 프로그래머스 풀이
- classic retention
- 함컴타자연습
- rolling retention
- 구구단
- requests 모듈
- 네이버웹툰크롤링
- 파이썬예제
- R
- R기초
- 문자열함수
- pandas
- 웹크롤링
- range retention
- 피처벡터화
- Python
- java
- 특정값 추출
Archives
- Today
- Total
목록네이버웹툰크롤링 (1)
서비스 기획자의 성장기록

네이버 웹툰 페이지 (https://comic.naver.com/index) 스크립트 import requests from bs4 import BeautifulSoup import time # 컨텐츠 생성될때까지 sleep() from selenium.webdriver.chrome.service import Service from selenium.webdriver import Chrome, ChromeOptions from webdriver_manager.chrome import ChromeDriverManager # 크롬 웹브라우저 자동 실행 driver = Chrome(service=Service(ChromeDriverManager().install()), options=ChromeOptions())..
웹 크롤링/데이터 수집 (Python)
2023. 11. 2. 17:34